From de57e38c099df532cf2e63e2a4e95b94c255abb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 16 Oct 2023 15:31:53 +0200 Subject: Update number of tests. --- tests/unit/util/object.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/util/object.scm') diff --git a/tests/unit/util/object.scm b/tests/unit/util/object.scm index 6db9890c..55b1313c 100644 --- a/tests/unit/util/object.scm +++ b/tests/unit/util/object.scm @@ -84,7 +84,7 @@ (o2 (f3 f3-x: 10 f3-y: "string"))) (test-eq "An object is itself" o1 o1) (test-assert "Two identical objects are different objects" - (not (eq?? o1 o2))) + (not (eq? o1 o2))) (test-equal "Two identical objects are equal" o1 o2))) '((hnh util object)) -- cgit v1.2.3