summaryrefslogtreecommitdiff
path: root/test/testunit/util/test_procwrapper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/testunit/util/test_procwrapper.rb')
-rw-r--r--test/testunit/util/test_procwrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testunit/util/test_procwrapper.rb b/test/testunit/util/test_procwrapper.rb
index 1954044fb3..b939b1aebf 100644
--- a/test/testunit/util/test_procwrapper.rb
+++ b/test/testunit/util/test_procwrapper.rb
@@ -28,7 +28,7 @@ module Test
assert_equal(@wrapped_original, @wrapped_munged, "The wrappers should be equivalent")
a_hash = {@wrapped_original => @original}
- assert_not_nil(a_hash[@wrapped_original], "Should be able to access the wrapper in the hash")
+ assert(a_hash[@wrapped_original], "Should be able to access the wrapper in the hash")
end
end
end