aboutsummaryrefslogtreecommitdiff
path: root/test/gleam/any_test.gleam
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-09-17 21:16:54 +0100
committerLouis Pilfold <louis@lpil.uk>2019-09-17 22:20:26 +0100
commit6fe389492ce7d788c1177b3ea76717ee6c274347 (patch)
treeb1b5c5c4067186a4a86e9936467b1faad1c5e56f /test/gleam/any_test.gleam
parent4dc0d1854fa7dfc0229e27b6b69848564185e43b (diff)
downloadgleam_stdlib-6fe389492ce7d788c1177b3ea76717ee6c274347.tar.gz
gleam_stdlib-6fe389492ce7d788c1177b3ea76717ee6c274347.zip
Removing is_error from tests
Diffstat (limited to 'test/gleam/any_test.gleam')
-rw-r--r--test/gleam/any_test.gleam1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gleam/any_test.gleam b/test/gleam/any_test.gleam
index 5fe0476..b8f9e65 100644
--- a/test/gleam/any_test.gleam
+++ b/test/gleam/any_test.gleam
@@ -72,6 +72,7 @@ pub fn float_test() {
|> expect.equal(_, Error("Expected a Float, got `[]`"))
}
+// TODO
// pub fn atom_test() {
// make an atom here
// |> any.from