We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6131947 commit e0563a6Copy full SHA for e0563a6
Storage/StorageTests/CoreData/MigrationTests.swift
@@ -740,7 +740,7 @@ final class MigrationTests: XCTestCase {
740
XCTAssertEqual(migratedSystemPlugin.value(forKey: "active") as? Bool, true)
741
}
742
743
- func test_migrating_from_56_to_57_adds_new_paymentgatewayaccount_attributes() throws {
+ func test_migrating_from_56_to_57_adds_new_PaymentGatewayAccount_attributes() throws {
744
// Given
745
let sourceContainer = try startPersistentContainer("Model 56")
746
let sourceContext = sourceContainer.viewContext
0 commit comments