Skip to content

Commit

Permalink
call undefined undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbrook committed Mar 12, 2024
1 parent b4f8315 commit 686f19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/odin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def initialize(config)
when "Cucumber::Core::Test::Result::Skipped"
status = "\e[3mSkipped\e[23m"
when "Cucumber::Core::Test::Result::Undefined"
status = "(Pending)"
status = "(Undefined)"
else
status = event.result.class.to_s
end
Expand Down

0 comments on commit 686f19b

Please sign in to comment.