summaryrefslogtreecommitdiff
path: root/test/rinda/test_tuplebag.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rinda/test_tuplebag.rb')
-rw-r--r--test/rinda/test_tuplebag.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rinda/test_tuplebag.rb b/test/rinda/test_tuplebag.rb
index e1ca1bde6c..3e30127f0f 100644
--- a/test/rinda/test_tuplebag.rb
+++ b/test/rinda/test_tuplebag.rb
@@ -150,7 +150,7 @@ class TestTupleBag < Test::Unit::TestCase
t = tup(:val, 1)
@tb.push t
-
+
assert_equal t, @tb.find(tem(:val, 1))
end