Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Sep 24, 2024
1 parent 6e48b82 commit 94cea7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go/vt/vttablet/tabletmanager/tm_init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,10 +653,9 @@ func TestStartExportStats(t *testing.T) {
defer cancel()
ts := memorytopo.NewServer(ctx, "cell1")

tags := map[string]string{
_ = newTestTM(t, ts, 1, "ks", "0", map[string]string{
"test": t.Name(),
}
_ = newTestTM(t, ts, 1, "ks", "0", tags)
})

assert.Equal(t, "ks", statsKeyspace.Get())
assert.Equal(t, "0", statsShard.Get())
Expand Down

0 comments on commit 94cea7c

Please sign in to comment.