Skip to content

Commit e0563a6

Browse files
allendavjaclync
andauthored
Update Storage/StorageTests/CoreData/MigrationTests.swift
Capitalize entity in test name Co-authored-by: Jaclyn Chen <[email protected]>
1 parent 6131947 commit e0563a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Storage/StorageTests/CoreData/MigrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ final class MigrationTests: XCTestCase {
740740
XCTAssertEqual(migratedSystemPlugin.value(forKey: "active") as? Bool, true)
741741
}
742742

743-
func test_migrating_from_56_to_57_adds_new_paymentgatewayaccount_attributes() throws {
743+
func test_migrating_from_56_to_57_adds_new_PaymentGatewayAccount_attributes() throws {
744744
// Given
745745
let sourceContainer = try startPersistentContainer("Model 56")
746746
let sourceContext = sourceContainer.viewContext

0 commit comments

Comments
 (0)