Skip to content

Commit

Permalink
Nits part deux
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Aug 1, 2024
1 parent de0817d commit 83cbdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vt/vtctl/workflow/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func TestWorkflowDelete(t *testing.T) {
postFunc func(t *testing.T, env *testEnv)
}{
{
name: "basic",
name: "missing table",
sourceKeyspace: &testKeyspace{
KeyspaceName: sourceKeyspaceName,
ShardNames: []string{"0"},
Expand Down Expand Up @@ -314,7 +314,7 @@ func TestWorkflowDelete(t *testing.T) {
},
},
{
name: "basic with missing denied table entries",
name: "missing denied table entries",
sourceKeyspace: &testKeyspace{
KeyspaceName: sourceKeyspaceName,
ShardNames: []string{"0"},
Expand Down

0 comments on commit 83cbdae

Please sign in to comment.