Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoAE committed Sep 8, 2023
1 parent 6b8a291 commit 7536043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TesterInternal/StorageTests/PersistenceGrainTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1193,8 +1193,8 @@ public async Task SurrogatePersistence_TypeWithoutPublicConstructor_Read()
ExternalTypeWithoutPublicConstructor instance = ExternalTypeWithoutPublicConstructor.Create(1);

await grain.SetState(instance);

ExternalTypeWithoutPublicConstructor val = await grain.GetState();

Assert.Equal(1, val.Field);
}

Expand Down

0 comments on commit 7536043

Please sign in to comment.