Skip to content

Instantly share code, notes, and snippets.

@ChrisMash
Last active October 16, 2023 19:32
Show Gist options
  • Save ChrisMash/f75432f4c2497fa8b7117221427b98f8 to your computer and use it in GitHub Desktop.
Save ChrisMash/f75432f4c2497fa8b7117221427b98f8 to your computer and use it in GitHub Desktop.
A UT that does a poor job of verifying expected behaviour
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