Skip to content

Commit

Permalink
Fix TestSplitKeyspaceGroup
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <[email protected]>
  • Loading branch information
JmPotato committed Apr 26, 2023
1 parent c6c80d7 commit 0523f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/server/apiv2/handlers/tso_keyspace_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func (suite *keyspaceGroupTestSuite) TestSplitKeyspaceGroup() {
ID: uint32(1),
UserKind: endpoint.Standard.String(),
Keyspaces: []uint32{111, 222, 333},
Members: make([]endpoint.KeyspaceGroupMember, utils.KeyspaceGroupDefaultReplicaCount),
},
}}

Expand Down

0 comments on commit 0523f94

Please sign in to comment.