Skip to content

Commit 9d9a9ed

Browse files
committed
fix test
1 parent f5eb8b7 commit 9d9a9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/models/verify_code_request_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
expect {
122122
Bandwidth::VerifyCodeRequest.new({ to: '+19195551234', expiration_time_in_minutes: 1, code: '123' })
123-
}.to raise_error(ArgumentError, 'invalid value for "code", the character length must be great than or equal to 4.')
123+
}.to raise_error(ArgumentError, 'invalid value for "code", the character length must be greater than or equal to 4.')
124124
end
125125
end
126126
end

0 commit comments

Comments
 (0)