-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix test failure for ruby 3 and 3.1 #85
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: skeshari12 <skeshari@msystechnologies.com>
Signed-off-by: skeshari12 <skeshari@msystechnologies.com>
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
7fc7143
to
c9be2ec
Compare
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the PR with an actual description and rebase.
Also, there's still a lot of your new tests failing.
# raising exception if time is not a string | ||
raise TypeError.new("TypeError: Inccorrect Type please pass input value as a String.") unless time_str.is_a? String |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, but lets do it before the if
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tagging @antima-gupta ~ please review the comments above.
Description
[Please describe what this change achieves]
Issues Resolved
[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussions that are relevant]
Check List