mirror of
https://github.com/wahyd4/github-action-spike.git
synced 2026-08-09 05:06:43 +10:00
fix the build
This commit is contained in:
+1
-1
@@ -14,5 +14,5 @@ func A_Test(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func 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")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user