Skip to content

Commit

Permalink
Remove extra char
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 5, 2025
1 parent 4ebfbce commit 2e716b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dry/types/implication_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '{id: "id"}'/)
else
expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '\{:id=>"id"\}':/)
expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '\{:id=>"id"\}'/)
end
end
end
Expand Down

0 comments on commit 2e716b1

Please sign in to comment.