Skip to content

Commit

Permalink
code review feedback updates
Browse files Browse the repository at this point in the history
Signed-off-by: jbrinkman <[email protected]>
  • Loading branch information
jbrinkman committed Jan 20, 2025
1 parent 81e3cd3 commit 37c1a6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go/integTest/shared_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package integTest

import (
"fmt"
"math"
"reflect"
"strconv"
Expand Down Expand Up @@ -6298,9 +6297,6 @@ func (suite *GlideTestSuite) TestXGroupStreamCommands() {
},
}, resp)

fmt.Printf("resp: %v\n", resp)
fmt.Printf("resp: %v\n", resp[key][streamId2.Value()])

// add a new stream entry
streamId3, err := client.XAdd(key, [][]string{{"field3", "value3"}})
assert.NoError(suite.T(), err)
Expand Down

0 comments on commit 37c1a6d

Please sign in to comment.