From c09307a777efc3231eedcfb642dbb97b70514bbd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Jan 2025 15:16:46 -0300 Subject: tests/guuid.go: Use os.Exit over assert when testing panic --- tests/guuid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/guuid.go') 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) }) } -- cgit v1.2.3