From 842f06595c75301e130f2680fc648b8ba27de9bc Mon Sep 17 00:00:00 2001 From: Russ Tokuyama Date: Wed, 21 Aug 2024 13:54:47 -1000 Subject: [PATCH] Remove unnecessary comment from stack_spec.fnl --- fnl/conjure-spec/stack_spec.fnl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fnl/conjure-spec/stack_spec.fnl b/fnl/conjure-spec/stack_spec.fnl index cde80a8c..4494a413 100644 --- a/fnl/conjure-spec/stack_spec.fnl +++ b/fnl/conjure-spec/stack_spec.fnl @@ -1,12 +1,7 @@ (local {: describe : it} (require :plenary.busted)) (local assert (require :luassert.assert)) - (local stack (require :conjure.stack)) - - -;;;;;;;;;; -;;; module/file being tested (describe "conjure.stack" (fn [] (describe "push"