fix the build

This commit is contained in:
2020-02-14 14:52:23 +11:00
parent 939e5e7fdc
commit 084ebbcc6e
+1 -1
View File
@@ -14,5 +14,5 @@ func A_Test(t *testing.T) {
}
func Test(t *testing.T) {
assert.Nil(t, 123, "It Should not be nil")
assert.NotNil(t, 123, "It Should not be nil")
}