diff --git a/test/glitzer_test.gleam b/test/glitzer_test.gleam index 3831e7a..40cb171 100644 --- a/test/glitzer_test.gleam +++ b/test/glitzer_test.gleam @@ -4,9 +4,3 @@ import gleeunit/should pub fn main() { gleeunit.main() } - -// gleeunit test functions end in `_test` -pub fn hello_world_test() { - 1 - |> should.equal(1) -}