Skip to content

Commit 8798805

Browse files
committed
Remove another comment
1 parent 06f26ad commit 8798805

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/xitdb/database_test.clj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -373,13 +373,6 @@
373373

374374
(is (tu/db-equal-to-atom? db))))
375375

376-
(comment
377-
(with-db [db (tu/test-memory-db-raw)]
378-
(reset! db {:raw-songs-swap [1 2 3 4]})
379-
(swap! db update :raw-songs-swap into [5 6 7])
380-
nil))
381-
382-
383376
(deftest NilTest
384377
(testing "nil values"
385378
(with-db [db (tu/test-db)]

0 commit comments

Comments
 (0)