Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: EdricCua <[email protected]>
  • Loading branch information
EdricCua committed Jan 22, 2025
1 parent 90153e3 commit 0524752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/integTest/shared_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7233,8 +7233,8 @@ func (suite *GlideTestSuite) TestCopy() {

func (suite *GlideTestSuite) TestCopyWithOptions() {
suite.runWithDefaultClients(func(client api.BaseClient) {
key := "testKey1_" + uuid.New().String()
key2 := "testKey2_" + uuid.New().String()
key := "{key}" + uuid.New().String()
key2 := "{key}" + uuid.New().String()
value := "hello"
t := suite.T()
suite.verifyOK(client.Set(key, value))
Expand Down

0 comments on commit 0524752

Please sign in to comment.