We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cb267 commit dde6d85Copy full SHA for dde6d85
spec/typed_params/validator_spec.rb
@@ -42,7 +42,7 @@
42
params = TypedParams::Parameterizer.new(schema:).call(value: { foo: { bar: value } })
43
validator = TypedParams::Validator.new(schema:)
44
45
- expect { validator.call(params) }.to_not raise_error TypedParams::InvalidParameterError
+ expect { validator.call(params) }.to_not raise_error
46
end
47
48
0 commit comments