Skip to content

Conversation

LeoColman
Copy link
Member

No description provided.

Signed-off-by: Leonardo Colman Lopes <dev@leonardo.colman.com.br>
@LeoColman LeoColman requested a review from a team as a code owner March 28, 2025 23:20
@LeoColman LeoColman enabled auto-merge March 28, 2025 23:20
* val c = "hello"
*
* a should beTheSameInstanceAs(b) // Assertion passes
* a shouldNot beTheSameInstanceAs(c) // Assertion passes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might change in the future - a shouldNot beTheSameInstanceAs(c) might start failing. it might be less likely with val c = "HELLO".lowercase() or val c = "olleh".reversed()

@LeoColman LeoColman added this pull request to the merge queue Mar 30, 2025
Merged via the queue into master with commit 6c9a2b1 Mar 30, 2025
7 checks passed
@LeoColman LeoColman deleted the chore/add-docs-to-be-instance-of branch March 30, 2025 20:32
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.

3 participants