Skip to content

Commit

Permalink
Fix a test lint
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Jan 28, 2024
1 parent c539933 commit e2a8aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_cas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
# Accepts CAS, replaces, and returns new CAS
cas = dc.replace_cas('key', 'value2', cas)

assert cas.is_a?(Integer)
assert_kind_of Integer, cas

assert_equal 'value2', dc.get('key')
end
Expand Down

0 comments on commit e2a8aed

Please sign in to comment.