From 45e817ca4ad903995d3d3eb57c777ca30164e538 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 22 Jul 2023 13:58:32 +0200 Subject: [PATCH] Remove toy test --- tests/main.lisp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/main.lisp b/tests/main.lisp index eb1c665..3b3b1a6 100644 --- a/tests/main.lisp +++ b/tests/main.lisp @@ -5,7 +5,3 @@ (in-package :cl-sbt/tests/main) ;; NOTE: To run this test file, execute `(asdf:test-system :cl-sbt)' in your Lisp. - -(deftest test-target-1 - (testing "should (= 1 1) to be true" - (ok (= 1 1))))