Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
pil0u committed Dec 1, 2024
1 parent afc74be commit 3f88f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/domains/scores/insanity_scores_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
context "when a user has no points" do
let!(:user_3) { create(:user, id: 3, entered_hardcore: true) }

it "includes them, with 0 points" do
expect(described_class.get).to include(
it "excludes them" do
expect(described_class.get).not_to include(
hash_including(score: 0, user_id: 3)
)
end
Expand Down

0 comments on commit 3f88f28

Please sign in to comment.