Skip to content

Commit

Permalink
Remove lib from require
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Oct 27, 2021
1 parent 4d94a7c commit bbdcea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/tests/well_known_types_test.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bbdcea8

Please sign in to comment.