1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +00:00

fix: ensuring tests passing on sas 9

This commit is contained in:
munja
2022-05-11 13:32:27 +01:00
parent 1672c96340
commit 7dbe31b5d3
4 changed files with 167 additions and 67 deletions

View File

@@ -174,7 +174,7 @@ run;
outds=work.badrecords,
abort=NO
)
%mp_assert(iftrue=(&syscc=1008),
%mp_assert(iftrue=(&syscc=42),
desc=Throw error if RAW_VALUE is incorrect,
outds=work.test_results
)