Skip to content

Commit

Permalink
removed unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Jun 4, 2024
1 parent 2c038c1 commit b33ab82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/glitzer_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit b33ab82

Please sign in to comment.