mirror of
https://github.com/sasjs/core.git
synced 2026-01-17 13:30:05 +00:00
fix: tests with new APIs are now passing
This commit is contained in:
@@ -35,7 +35,7 @@ run;
|
||||
%let checkid=0;
|
||||
data _null_;
|
||||
set work.test2;
|
||||
where name="&group";
|
||||
where upcase(name)="%upcase(&group)";
|
||||
call symputx('checkid',groupid);
|
||||
run;
|
||||
%mp_assert(
|
||||
|
||||
Reference in New Issue
Block a user