adjust cli tests

This commit is contained in:
Folkert 2021-03-03 22:40:17 +01:00
parent 145aec8d78
commit 426dcc2561

View File

@ -246,7 +246,7 @@ mod cli_run {
&example_file("benchmarks", "TestBase64.roc"),
"test-base64",
&[],
"SGVsbG8gV29ybGQ=\n",
"encoded: SGVsbG8gV29ybGQ=\ndecoded: Hello World\n",
true,
);
}