Procházet zdrojové kódy

Fix copy pasta in test

Marcin Wyszynski před 9 roky
rodič
revize
cb81314b1b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ruby/tests/basic.rb

+ 1 - 1
ruby/tests/basic.rb

@@ -1189,7 +1189,7 @@ module BasicTest
     def test_respond_to
     def test_respond_to
       msg = MapMessage.new
       msg = MapMessage.new
       assert msg.respond_to?(:map_string_int32)
       assert msg.respond_to?(:map_string_int32)
-      assert_false msg.respond_to?(:map_string_int32)
+      assert_false msg.respond_to?(:bacon)
     end
     end
   end
   end
 end
 end