Skip to content

Commit

Permalink
Yashika made another change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritchie6 committed Dec 18, 2024
1 parent f69fcd4 commit 019381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/memoria_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestMemoriaWriteReadString(t1 *testing.T) {
{
name: "Simple write and read (String Wrapper)",
key: "test1",
value: string("hello world"),
value: string("Hello World!"),
wantErr: false,
},
{
Expand Down

0 comments on commit 019381e

Please sign in to comment.