Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Converted sharded test from py to go (#29)
Browse files Browse the repository at this point in the history
* Converted sharded test from py to go

Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
  • Loading branch information
arindamnayak committed Dec 10, 2019
1 parent 5858f65 commit 6a5b1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/sharded/shared_keyspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ func initCluster(shardNames []string, totalTabletsRequired int) {
keyspace.Shards = append(keyspace.Shards, *shard)
}
clusterInstance.Keyspaces = append(clusterInstance.Keyspaces, keyspace)
}
}

0 comments on commit 6a5b1d2

Please sign in to comment.