Skip to content

Commit

Permalink
fix ameba warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed May 24, 2021
1 parent 523537e commit 809d8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/flash_hash_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe FlashHash do
fh.keys.should eq(["chuck"])

fh["lucy"] = "linus"
fh.keys.sort.should eq(["chuck", "lucy"])
fh.keys.sort!.should eq(["chuck", "lucy"])
end

it "should update" do
Expand Down

0 comments on commit 809d8ae

Please sign in to comment.