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

Removing additional quotes around values in a XCTAssertEqual #482

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abrarShariar
Copy link

@abrarShariar abrarShariar commented Mar 24, 2024

Removing unnecessary quotes but keeping the parenthesis as mentioned here:

#473

The parenthesis would still show that whatever it wraps is a value type and separate it out of the actual logging text.

for example:

("3") is not equal to ("1")

becomes:

(3) is not equal to (1)

for strings:

(Hello world) is not equal to (Hello)

@abrarShariar abrarShariar marked this pull request as draft March 24, 2024 22:36
@abrarShariar
Copy link
Author

Taking it to draft to gather feedback from team and add additional enhancement. #473 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant