Skip to content

Commit

Permalink
test(datastore): fix datastore ConsecutiveUpdatesTests
Browse files Browse the repository at this point in the history
  • Loading branch information
5d committed Jan 2, 2024
1 parent a0ee257 commit e94911f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class DataStoreConsecutiveUpdatesTests: SyncEngineIntegrationTestBase {
return
}

if mutationEvent.version == 1 {
if mutationEvent.mutationType == MutationEvent.MutationType.create.rawValue {
XCTAssertEqual(post, newPost)
}

Expand Down

0 comments on commit e94911f

Please sign in to comment.