Skip to content

Instantly share code, notes, and snippets.

@quii
Created March 7, 2016 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quii/93adc0ffb0f0ad564583 to your computer and use it in GitHub Desktop.
Save quii/93adc0ffb0f0ad564583 to your computer and use it in GitHub Desktop.
func TestComplicatedThing(t *testing.T){
x := getRandomInt()
y := getRandomInt()
expected := complicated(x, y)
if expected != complicated(x, y){
// oh no..
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment