Skip to content

Commit

Permalink
Fix typo in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Witkowski committed Sep 18, 2023
1 parent 034608e commit 737221f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/provenanced/cmd/docgen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestDocGen(t *testing.T) {
name: "failure - no flags specified",
target: "tmp",
createTarget: true,
err: "at least one doc type must be specified.",
err: "at least one doc type must be specified",
},
{
name: "failure - unsupported flag format",
Expand Down

0 comments on commit 737221f

Please sign in to comment.