Skip to content

Commit 2e716b1

Browse files
committed
Remove extra char
1 parent 4ebfbce commit 2e716b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dry/types/implication_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
9696
expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '{id: "id"}'/)
9797
else
98-
expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '\{:id=>"id"\}':/)
98+
expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '\{:id=>"id"\}'/)
9999
end
100100
end
101101
end

0 commit comments

Comments
 (0)