aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-12-19 20:43:03 +0000
committerLouis Pilfold <louis@lpil.uk>2023-12-19 20:43:03 +0000
commitc03851594982f12888dbab80d2d307e0e5bb3075 (patch)
treece9e3e52ce55fc69df623846478b6faaf6708110 /test
parent9a2ce8bbe7291b8451622688c44070c0acd55b9b (diff)
downloadtour-c03851594982f12888dbab80d2d307e0e5bb3075.tar.gz
tour-c03851594982f12888dbab80d2d307e0e5bb3075.zip
Fix test
Diffstat (limited to 'test')
-rw-r--r--test/try_gleam_test.gleam (renamed from test/playground_test.gleam)1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/playground_test.gleam b/test/try_gleam_test.gleam
index 3831e7a..67c2bd5 100644
--- a/test/playground_test.gleam
+++ b/test/try_gleam_test.gleam
@@ -5,7 +5,6 @@ pub fn main() {
gleeunit.main()
}
-// gleeunit test functions end in `_test`
pub fn hello_world_test() {
1
|> should.equal(1)