Skip to content

Commit

Permalink
Use correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcsmith committed Jul 12, 2021
1 parent 41966e3 commit 3c95b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/operations/save_operation_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ describe "Avram::SaveOperation" do
existing_user_with_different_username.nickname.should eq(nil)

user = user.not_nil!
user.id.should_not eq(existing_user.id)
user.id.should_not eq(existing_user_with_different_username.id)
user.name.should eq("Rich")
user.nickname.should eq("R.")
user.age.should eq(30)
Expand Down

0 comments on commit 3c95b73

Please sign in to comment.