mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
typo
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
f57f041a79
commit
6c09f5eed3
1 changed files with 2 additions and 2 deletions
|
@ -962,7 +962,7 @@ mod cli_tests {
|
|||
fn effectful_ignore_result() {
|
||||
build_platform_host();
|
||||
|
||||
let dli_dev = ExecCli::new(
|
||||
let cli_dev = ExecCli::new(
|
||||
roc_cli::CMD_DEV,
|
||||
file_from_root(
|
||||
"crates/cli/tests/test-projects/effectful/",
|
||||
|
@ -972,7 +972,7 @@ mod cli_tests {
|
|||
|
||||
let expected_out = "I asked for input and I ignored it. Deal with it! 😎\n";
|
||||
|
||||
dli_dev.run().assert_clean_stdout(expected_out);
|
||||
cli_dev.run().assert_clean_stdout(expected_out);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue