Skip to content

Commit

Permalink
Cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Oct 10, 2023
1 parent 02e2f19 commit 22a25dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_blended_hash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ class BlendedHashTest < Minitest::Test

describe "#to_hash" do
it "returns a hash representation of simple objects" do
blended = TestBlend.new({simple: "text", complex: { object: StructuredString.init("text").first("begin")}})
expect(**blended).must_equal({simple: "text", complex: { object: "begin text" }})
blended = TestBlend.new({simple: "text", complex: {object: StructuredString.init("text").first("begin")}})
expect(**blended).must_equal({simple: "text", complex: {object: "begin text"}})
end
end

Expand Down

0 comments on commit 22a25dc

Please sign in to comment.