test/timetest.rb in openwferu-0.9.0 vs test/timetest.rb in openwferu-0.9.1
- old
+ new
@@ -102,10 +102,10 @@
end
end
def pts (time_string, seconds)
assert \
- (OpenWFE::parse_time_string(time_string) == seconds),
- "'#{time_string}' did not map to #{seconds} seconds"
+ ((OpenWFE::parse_time_string(time_string) == seconds),
+ "'#{time_string}' did not map to #{seconds} seconds")
end
end