diff options
author | stuebinm | 2023-11-14 02:25:10 +0100 |
---|---|---|
committer | stuebinm | 2023-11-14 21:38:36 +0100 |
commit | 02b29877f4988014d7be04e1cd9b6c1caeac9282 (patch) | |
tree | e0b0f0400bc4e3b325c1b609c847735c94dade0b /test/bahnhofname_test.gleam | |
parent | e816bce69c7df9b54fb9a67a4c18c757fa46f571 (diff) |
rewrite it in Haskell
Diffstat (limited to 'test/bahnhofname_test.gleam')
-rw-r--r-- | test/bahnhofname_test.gleam | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/bahnhofname_test.gleam b/test/bahnhofname_test.gleam deleted file mode 100644 index 3831e7a..0000000 --- a/test/bahnhofname_test.gleam +++ /dev/null @@ -1,12 +0,0 @@ -import gleeunit -import gleeunit/should - -pub fn main() { - gleeunit.main() -} - -// gleeunit test functions end in `_test` -pub fn hello_world_test() { - 1 - |> should.equal(1) -} |