Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 15, 2024
1 parent 4f5b04e commit 1a188e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIL.Harmony.Tests/SyncTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public async Task SyncMultipleClientChanges(int clientCount)
var clientSnapshot = await client.DataModel.GetProjectSnapshot();
var simpleSnapshot = clientSnapshot.Snapshots.Should().ContainKey(entitySnapshot.EntityId).WhoseValue;
var entity = await client.DataModel.GetBySnapshotId<Word>(simpleSnapshot.Id);
entity.Should().BeEquivalentTo(serverEntity);
entity.Should().BeEquivalentTo(serverEntity);
}
}
}
Expand Down

0 comments on commit 1a188e8

Please sign in to comment.