Skip to content

Commit

Permalink
test: update assert value
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavchiku committed Dec 19, 2024
1 parent dcb8fd8 commit 258f6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ/spec/function_call1.f90.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ describe(fileName, () => {
const errorMessage: string = await getErrorAlert();
assert.equal(
errorMessage,
"Statement or Declaration expected inside program, found Variable name");
"Variable 'error' is not declared");
});
});

Expand Down

0 comments on commit 258f6db

Please sign in to comment.