aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/tests/well_known_types_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/tests/well_known_types_test.rb')
-rw-r--r--ruby/tests/well_known_types_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/tests/well_known_types_test.rb b/ruby/tests/well_known_types_test.rb
index cf9a3aa0..32e73f55 100644
--- a/ruby/tests/well_known_types_test.rb
+++ b/ruby/tests/well_known_types_test.rb
@@ -92,7 +92,7 @@ class TestWellKnownTypes < Test::Unit::TestCase
ts = Google::Protobuf::Timestamp.new(seconds: 12345, nanos: 6789)
any.pack(ts)
- assert_true any.is(Google::Protobuf::Timestamp)
+ assert any.is(Google::Protobuf::Timestamp)
assert_equal ts, any.unpack(Google::Protobuf::Timestamp)
end
end