commit | bbdcea8547e43b2cf2a1851fec6c50c272dcc212 | [log] [tgz] |
---|---|---|
author | Joel Courtney <euphemize@gmail.com> | Thu Oct 28 07:09:11 2021 +1100 |
committer | GitHub <noreply@github.com> | Thu Oct 28 07:09:11 2021 +1100 |
tree | 1f09b5c97ad936c9ceee4a4e27468c32ad740098 | |
parent | 4d94a7cd935a28f2161fcc43b00545bb16021d42 [diff] |
Remove lib from require
diff --git a/ruby/tests/well_known_types_test.rb b/ruby/tests/well_known_types_test.rb index 2f345cd..fbdee38 100755 --- a/ruby/tests/well_known_types_test.rb +++ b/ruby/tests/well_known_types_test.rb
@@ -1,7 +1,7 @@ #!/usr/bin/ruby require 'test/unit' -require 'lib/google/protobuf/well_known_types' +require 'google/protobuf/well_known_types' class TestWellKnownTypes < Test::Unit::TestCase def test_timestamp