Change test title

This commit is contained in:
Jeroen Engels 2022-06-20 19:23:09 +02:00
parent f79e970019
commit ca3c4e7cd7

View File

@ -42,7 +42,7 @@ initContext =
all : Test
all =
Test.describe "withModuleNameTest"
[ test "should not pass the elmJsonKey if the `elm.json` file does not exist" <|
[ test "should get the module name" <|
\() ->
"""module A.B exposing (..)
a = 1