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

fix: tests with new APIs are now passing

This commit is contained in:
Allan Bowe
2022-06-16 11:37:31 +00:00
parent cb553a31ab
commit a1c931b5e6
6 changed files with 33 additions and 64 deletions

View File

@@ -37,7 +37,7 @@ run;
data _null_;
set work.test2;
if _n_<20 then putlog (_all_)(=);
if username="&user";
if upcase(username)="%upcase(&user)";
call symputx('checkid',id);
run;
%mp_assert(