1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 09:30:06 +00:00

chore: fixes to failing tests

This commit is contained in:
Allan
2023-07-13 21:27:22 +01:00
parent d21958cf0b
commit e41b91f495
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ data _null_;
run;
%mp_assert(
iftrue=("&test2"="%str(Err)or: File doesn't exist."),
iftrue=("&test2"="File doesn't exist."),
desc=Make sure the file was deleted,
outds=work.test_results
)