aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Kreeftmeijer <jeffkreeftmeijer@gmail.com>2021-01-17 16:03:11 +0100
committerLouis Pilfold <louis@lpil.uk>2021-01-17 15:10:52 +0000
commit99d1d948523e33407dc64376a31d0e1c280387f9 (patch)
tree3e68a947fea6e0fdc26d4281aa33b96f9fb6156e /src
parenta0ac53188b328fbb60abf9b716ed40cc55683312 (diff)
downloadgleam_stdlib-99d1d948523e33407dc64376a31d0e1c280387f9.tar.gz
gleam_stdlib-99d1d948523e33407dc64376a31d0e1c280387f9.zip
Ensure atom exists before atom from_string_test
`atom_test.from_string_test/0` uses `ok` to test `atom.from_string/0`. However, the availability of the `ok` atom seems to be a side effect of running the test trough eunit. This patch explicitly creates an atom to make sure it exists before using it to test `atom.from_string/1`. It removes the assertion on `expect`, which had the same issue and doesn't seem to test another case.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions