From 019381eaa7c0d34a84e7744c75261b79de96aeef Mon Sep 17 00:00:00 2001 From: Ritchie6 Date: Wed, 18 Dec 2024 11:36:53 +0530 Subject: [PATCH] Yashika made another change --- test/memoria_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/memoria_test.go b/test/memoria_test.go index 8ab6057..911fb58 100644 --- a/test/memoria_test.go +++ b/test/memoria_test.go @@ -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, }, {