Skip to content

Commit

Permalink
test: for tools/gone/*
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed May 25, 2024
1 parent cc56d26 commit dae9117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gone/priest/action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestAction(t *testing.T) {
},
}

err := app.Run([]string{"", "priest", "-s", "testdata/x", "-p", "x", "-f", "priest", "-o", "testdata/x/priest.go"})
err := app.Run([]string{"", "priest", "-s", "testdata/x", "-p", "x", "-f", "priest", "-o", "testdata/x/priest.go", "--stat"})
assert.Nil(t, err)
})
}

0 comments on commit dae9117

Please sign in to comment.