Skip to content

Commit

Permalink
fix: integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta committed Jun 8, 2023
1 parent bdd59d2 commit 7c57d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Momento.Sdk.Tests/ListTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ public async Task CacheListFetchResponse_ToString_HappyPath()

Assert.True(fetchResponse is CacheListFetchResponse.Hit, $"Unexpected response: {fetchResponse}");
var hitResponse = (CacheListFetchResponse.Hit)fetchResponse;
Assert.Equal("Momento.Sdk.Responses.CacheListFetchResponse+Hit: ValueListString: [\"a\", \"b\"] ValueListByteArray: [\"61\", \"62\"] ListLength: 2", hitResponse.ToString());
Assert.Equal("Momento.Sdk.Responses.CacheListFetchResponse+Hit: ValueListString: [\"a\", \"b\"] ValueListByteArray: [\"61\", \"62\"]", hitResponse.ToString());
}

[Theory]
Expand Down

0 comments on commit 7c57d83

Please sign in to comment.