Remove lib from require

pull/8254/head
Joel Courtney 3 years ago committed by GitHub
parent 4d94a7cd93
commit bbdcea8547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ruby/tests/well_known_types_test.rb

@ -1,7 +1,7 @@
#!/usr/bin/ruby #!/usr/bin/ruby
require 'test/unit' require 'test/unit'
require 'lib/google/protobuf/well_known_types' require 'google/protobuf/well_known_types'
class TestWellKnownTypes < Test::Unit::TestCase class TestWellKnownTypes < Test::Unit::TestCase
def test_timestamp def test_timestamp

Loading…
Cancel
Save