Last active
October 16, 2023 19:32
-
-
Save ChrisMash/f75432f4c2497fa8b7117221427b98f8 to your computer and use it in GitHub Desktop.
A UT that does a poor job of verifying expected behaviour
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sut = UnitBeingTested("a value") | |
verify(sut.value) | |
.is("a value") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment