1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: failing test (chagned response)

This commit is contained in:
Allan Bowe
2022-04-20 15:53:44 +00:00
parent bd3082d7e3
commit cebe119304

View File

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