diff options
-rw-r--r-- | tests/guuid.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guuid.go b/tests/guuid.go index 58e748e..e9dd286 100644 --- a/tests/guuid.go +++ b/tests/guuid.go @@ -176,7 +176,7 @@ func test_New() { }() New() - assertEq(true, false) + os.Exit(5) }) } |