Skip to content

Commit

Permalink
Address deprecation warning (minitest)
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Mar 2, 2024
1 parent 7d042a1 commit 28a0fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/skunk/commands/compare_score_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Skunk score average is 80% better \n"

compare_score = Skunk::Command::CompareScore.new("main", "feature", 10, 2)
compare_score.message.must_equal expected
_(compare_score.message).must_equal expected
end
end
describe "#score_evolution_message" do
Expand Down

0 comments on commit 28a0fc2

Please sign in to comment.