Skip to content

Instantly share code, notes, and snippets.

@cjnevin
Last active November 1, 2022 03:20
Show Gist options
  • Save cjnevin/97b56a6801076304a9e8a53fcb657fa4 to your computer and use it in GitHub Desktop.
Save cjnevin/97b56a6801076304a9e8a53fcb657fa4 to your computer and use it in GitHub Desktop.
let actual = "Test"
let expected = "Test"
assert(actual).equal(to: expected)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment