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 59ca5de commit 57381dfCopy full SHA for 57381df
AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginIntegrationTests/DataStoreHubEventsTests.swift
@@ -62,7 +62,7 @@ class DataStoreHubEventTests: HubEventsIntegrationTestBase {
62
XCTFail("Failed to cast payload data as SyncQueriesStartedEvent")
63
return
64
}
65
- XCTAssertEqual(syncQueriesStartedEvent.models.count, 21)
+ XCTAssertEqual(syncQueriesStartedEvent.models.count, 22)
66
syncQueriesStartedReceived.fulfill()
67
68
0 commit comments