Skip to content

Commit 8026886

Browse files
committed
Update test name for migration to Model 77
1 parent 8a43667 commit 8026886

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
@@ -1469,7 +1469,7 @@ final class MigrationTests: XCTestCase {
14691469
XCTAssertEqual(newLoginURL, loginURL)
14701470
}
14711471

1472-
func test_migrating_from_75_to_76_adds_frameNonce_attribute() throws {
1472+
func test_migrating_from_76_to_77_adds_frameNonce_attribute() throws {
14731473
// Given
14741474
let sourceContainer = try startPersistentContainer("Model 76")
14751475
let sourceContext = sourceContainer.viewContext

0 commit comments

Comments
 (0)