Skip to content

Instantly share code, notes, and snippets.

@z3t0
Created May 13, 2017 04:53
Show Gist options
  • Select an option

  • Save z3t0/58dd5167a16fcbe2f32013ae5b436bd7 to your computer and use it in GitHub Desktop.

Select an option

Save z3t0/58dd5167a16fcbe2f32013ae5b436bd7 to your computer and use it in GitHub Desktop.
func TestInfo(t *testing.T) {
var information = Info()
fmt.Println(information)
// returns
// "Haxel Server Started..."
// "0.0.1"
if information == "Haxel Server Started ..." {// this should fail....
t.Error("Expected info, got", information)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment