Skip to content

Commit

Permalink
minor text changes to retrigger the travis
Browse files Browse the repository at this point in the history
Signed-off-by: Ajeet jain <[email protected]>
  • Loading branch information
ajeetj committed Feb 5, 2020
1 parent 4b49829 commit e1b4096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
sharding "vitess.io/vitess/go/test/endtoend/sharding/mergesharding"
)

// TestV3MergeShardingString - main tests merge sharding using a Byte column
// TestV3MergeShardingString - tests merge sharding using a Byte column
func TestV3MergeShardingString(t *testing.T) {
sharding.TestMergesharding(t, true)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
sharding "vitess.io/vitess/go/test/endtoend/sharding/mergesharding"
)

// TestV3MergeSharding - main tests merge sharding using a INT column
// TestV3MergeSharding - tests merge sharding using a INT column
func TestV3MergeSharding(t *testing.T) {
sharding.TestMergesharding(t, false)

Expand Down

0 comments on commit e1b4096

Please sign in to comment.