Skip to content

Commit 2ef07db

Browse files
committed
and correct ns
1 parent 05f6b33 commit 2ef07db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-api/src/shard.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2935,7 +2935,7 @@ describe('Shard', function () {
29352935
it('returns correct shardedDataDistribution', async function () {
29362936
const expectedShardedDataDistribution: ShardedDataDistribution = [
29372937
{
2938-
ns: 'shard-stats-test.test',
2938+
ns,
29392939
shards: [
29402940
{
29412941
shardName: 'rs-shard0-0',

0 commit comments

Comments
 (0)