Skip to content

Commit

Permalink
spelling: visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Oct 14, 2024
1 parent 956dfe7 commit ffaecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporters/default_reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2660,7 +2660,7 @@ var _ = Describe("DefaultReporter", func() {
C(),
RE("my report", cl0),
),
Entry("emits nothing if the report has VisiblityNever, regardless of verbosity level",
Entry("emits nothing if the report has VisibilityNever, regardless of verbosity level",
C(Verbose),
RE("my report", cl0, types.ReportEntryVisibilityNever),
),
Expand Down

0 comments on commit ffaecbf

Please sign in to comment.