Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Nov 26, 2024
1 parent 12f0bea commit 6ef09dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestBuildRootCmd_HelpOutput(t *testing.T) {
"db.postgres.table",
"db.sqlite.path",
"db.sqlite.table",
"dev.blockprofileblockprofile",
"dev.blockprofile",
"dev.cpuprofile",
"dev.memprofile",
"api.enabled",
Expand Down
2 changes: 1 addition & 1 deletion pkg/conduit/entrypoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestFlags_HelpOutput(t *testing.T) {
"db.postgres.table",
"db.sqlite.path",
"db.sqlite.table",
"dev.blockprofileblockprofile",
"dev.blockprofile",
"dev.cpuprofile",
"dev.memprofile",
"api.enabled",
Expand Down

0 comments on commit 6ef09dc

Please sign in to comment.