Skip to content

Commit

Permalink
Fixed tests version
Browse files Browse the repository at this point in the history
Signed-off-by: Niharika Bhavaraju <[email protected]>
  • Loading branch information
niharikabhavaraju committed Jan 16, 2025
1 parent 16c5ab4 commit 92c5654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/integTest/shared_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5364,6 +5364,7 @@ func (suite *GlideTestSuite) TestBitCountWithOptions_StartEnd() {
}

func (suite *GlideTestSuite) TestBitCountWithOptions_StartEndByte() {
suite.SkipIfServerVersionLowerThanBy("7.0.0")
suite.runWithDefaultClients(func(client api.BaseClient) {
key := uuid.New().String()
value := "TestBitCountWithOptions_StartEnd"
Expand All @@ -5384,6 +5385,7 @@ func (suite *GlideTestSuite) TestBitCountWithOptions_StartEndByte() {
}

func (suite *GlideTestSuite) TestBitCountWithOptions_StartEndBit() {
suite.SkipIfServerVersionLowerThanBy("7.0.0")
suite.runWithDefaultClients(func(client api.BaseClient) {
key := uuid.New().String()
value := "TestBitCountWithOptions_StartEnd"
Expand Down

0 comments on commit 92c5654

Please sign in to comment.