aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)