Skip to content
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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

antima-gupta
Copy link

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

skeshari12 and others added 3 commits April 4, 2022 14:55
Signed-off-by: skeshari12 <skeshari@msystechnologies.com>
Signed-off-by: skeshari12 <skeshari@msystechnologies.com>
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
@antima-gupta antima-gupta requested review from a team as code owners April 12, 2022 11:20
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>
@antima-gupta antima-gupta force-pushed the antima/fix_test_failure_for_ruby_3_and_3.1 branch 4 times, most recently from 7fc7143 to c9be2ec Compare April 13, 2022 12:28
@jeremiahsnapp jeremiahsnapp mentioned this pull request Apr 27, 2022
3 tasks
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@jaymzh jaymzh left a 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.

Comment on lines +132 to +133
# 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
Copy link
Collaborator

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

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.

@tpowell-progress tpowell-progress self-assigned this Apr 25, 2023
@tpowell-progress tpowell-progress added the Status: Waiting on Contributor A pull request that has unresolved requested actions from the author. label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Waiting on Contributor A pull request that has unresolved requested actions from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants