Skip to content

Commit 57381df

Browse files
authored
chore(datastore): fix outdated hub integration tests (#1300)
1 parent 59ca5de commit 57381df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginIntegrationTests/DataStoreHubEventsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class DataStoreHubEventTests: HubEventsIntegrationTestBase {
6262
XCTFail("Failed to cast payload data as SyncQueriesStartedEvent")
6363
return
6464
}
65-
XCTAssertEqual(syncQueriesStartedEvent.models.count, 21)
65+
XCTAssertEqual(syncQueriesStartedEvent.models.count, 22)
6666
syncQueriesStartedReceived.fulfill()
6767
}
6868

0 commit comments

Comments
 (0)