Skip to content

Commit

Permalink
fix grammar error in message string
Browse files Browse the repository at this point in the history
addresses review comment #401 (comment)
  • Loading branch information
feuGeneA committed Jul 18, 2024
1 parent b872cf1 commit ec99c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/local/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var _ = ginkgo.BeforeSuite(func() {
log.Info("Set up ginkgo before suite")

ginkgo.AddReportEntry(
"network directory with has node logs & configs; useful in the case of failures",
"network directory with node logs & configs; useful in the case of failures",
LocalNetworkInstance.tmpnet.Dir,
ginkgo.ReportEntryVisibilityFailureOrVerbose,
)
Expand Down

0 comments on commit ec99c4d

Please sign in to comment.