From 3379e2c4499bf3ca82de7043337e416ef15d24ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 28 Jun 2022 09:33:08 +0200 Subject: Various test cleanups. --- tests/test/web-query.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/test/web-query.scm') diff --git a/tests/test/web-query.scm b/tests/test/web-query.scm index 76c0a76d..0555258b 100644 --- a/tests/test/web-query.scm +++ b/tests/test/web-query.scm @@ -3,8 +3,6 @@ :use-module (srfi srfi-88) :use-module ((web query) :select (parse-query))) -(test-begin "Web Query") - (test-equal "Empty query gives empty assoc list" '() (parse-query "")) (test-equal "Simple key-value query" @@ -34,5 +32,3 @@ ;; I don't know if HTTP allows this, but my code works like this (test-equal "Value with equal in it" '(key: "=") (parse-query "key==")) - -(test-end "Web Query") -- cgit v1.2.3