summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-06 17:34:18 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-06 17:34:18 +0900
commit069649389cf2019782c7a11becf6391a67c68a9a (patch)
tree467c5c0868af2897da6ae6b89802ae85ead98e2c /test
parentd968829afa19c31e9461fd545cbd21250778ce6e (diff)
strip trailing spaces [ci skip]
Diffstat (limited to 'test')
-rw-r--r--test/ostruct/test_ostruct.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ostruct/test_ostruct.rb b/test/ostruct/test_ostruct.rb
index 443a20c86a..30ea3d571c 100644
--- a/test/ostruct/test_ostruct.rb
+++ b/test/ostruct/test_ostruct.rb
@@ -256,7 +256,7 @@ class TC_OpenStruct < Test::Unit::TestCase
os = c.new(foo: :bar)
assert_equal(:bar, os.foo)
end
-
+
def test_overridden_public_methods
os = OpenStruct.new(method: :foo, class: :bar)
assert_equal(:foo, os.method)