Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
heka1024 committed Jan 26, 2024
1 parent 52f8d8e commit 2894752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/types/list_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ class ListTest < ActiveSupport::TestCase
test "append with expiring list" do
@list = Kredis.list "mylist", expires_in: 1.second
@list.append(%w[1 2])

sleep 0.2.seconds
@list.append(3)

sleep 0.3.seconds
assert_equal %w[ 1 2 3 ], @list.elements

Expand Down

0 comments on commit 2894752

Please sign in to comment.