Remove lib from require

This commit is contained in:
Joel Courtney 2021-10-28 07:09:11 +11:00 committed by GitHub
parent 4d94a7cd93
commit bbdcea8547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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