Added TestRipper namespace to test_call_colon2

This commit is contained in:
Hiroshi SHIBATA 2023-11-02 15:13:40 +09:00
parent 1925c6d555
commit 7149543f24
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -513,7 +513,7 @@ class TestRipper::ParserEvents < Test::Unit::TestCase
end
end
parser = DummyParser.new("a::b").extend(hook)
parser = TestRipper::DummyParser.new("a::b").extend(hook)
assert_equal '[call(vcall((ident: "a")),(method: (op: "::")),(ident: "b"))]', parser.parse.to_s
end