Skip to content

Commit

Permalink
Update IncubatingIntegrationTest/SetTest.cs
Browse files Browse the repository at this point in the history
Co-authored-by: eaddingtonwhite <[email protected]>
  • Loading branch information
malandis and eaddingtonwhite authored Aug 26, 2022
1 parent bf59332 commit f9454cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IncubatingIntegrationTest/SetTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public async Task SetRemoveElementAsync_ElementIsByteArray_HappyPath()

// Remove element that is not there -- no-op
await client.SetRemoveElementAsync(cacheName, setName, Utils.NewGuidByteArray());
// Fetch the whole set and make sure response has element we expect
var fetchResponse = await client.SetFetchAsync(cacheName, setName);
Assert.Equal(CacheGetStatus.HIT, fetchResponse.Status);
var set = fetchResponse.ByteArraySet;
Expand Down

0 comments on commit f9454cd

Please sign in to comment.