Skip to content

Commit 1efd25f

Browse files
committed
update more files
1 parent a09718f commit 1efd25f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginAuthCognitoTests/AWSDataStoreCategoryPluginAuthIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ extension AWSDataStoreCategoryPluginAuthIntegrationTests {
8585
private struct ModelsRegistration: AmplifyModelRegistration {
8686
var version: String = "version"
8787

88-
public func registerModels(registry: ModelRegistry.Type) {
88+
func registerModels(registry: ModelRegistry.Type) {
8989
ModelRegistry.register(modelType: TodoExplicitOwnerField.self)
9090
ModelRegistry.register(modelType: TodoImplicitOwnerField.self)
9191
}

AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginCPKTests/PrimaryKey/16/AWSDataStoreAWSURLSortKeyTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private struct TestModels: AmplifyModelRegistration {
2323
ModelRegistry.register(modelType: Post16.self)
2424
}
2525

26-
public let version: String = "test"
26+
let version: String = "test"
2727
}
2828

2929

AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginCPKTests/PrimaryKey/17/AWSDataStoreAWSEmailSortKeyTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private struct TestModels: AmplifyModelRegistration {
2323
ModelRegistry.register(modelType: Post17.self)
2424
}
2525

26-
public let version: String = "test"
26+
let version: String = "test"
2727
}
2828

2929

AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginCPKTests/PrimaryKey/18/AWSDataStoreAWSPhoneSortKeyTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private struct TestModels: AmplifyModelRegistration {
2323
ModelRegistry.register(modelType: Post18.self)
2424
}
2525

26-
public let version: String = "test"
26+
let version: String = "test"
2727
}
2828

2929

AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginCPKTests/PrimaryKey/19/AWSDataStoreAWSIPAddressSortKeyTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private struct TestModels: AmplifyModelRegistration {
2323
ModelRegistry.register(modelType: Post19.self)
2424
}
2525

26-
public let version: String = "test"
26+
let version: String = "test"
2727
}
2828

2929

AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginCPKTests/PrimaryKey/20/AWSDataStoreAWSTimestampSortKeyTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private struct TestModels: AmplifyModelRegistration {
2323
ModelRegistry.register(modelType: Post20.self)
2424
}
2525

26-
public let version: String = "test"
26+
let version: String = "test"
2727
}
2828

2929

AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginCPKTests/PrimaryKey/9/AWSDataStoreCompositeSortKeyIdentifierTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private struct TestModels: AmplifyModelRegistration {
2121
ModelRegistry.register(modelType: Comment9.self)
2222
}
2323

24-
public let version: String = "test"
24+
let version: String = "test"
2525
}
2626

2727
class AWSDataStoreCompositeSortKeyIdentifierTest: XCTestCase {

0 commit comments

Comments
 (0)