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 ava-labs/icm-contracts#401 (comment)
  • Loading branch information
feuGeneA committed Jul 18, 2024
1 parent 4db9434 commit 450cc33
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 450cc33

Please sign in to comment.