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

fix: dependency in mp_loadformat test and strict mode issue in mm_deletelibrary

This commit is contained in:
munja
2022-03-09 14:15:25 +00:00
parent 856ffc1b72
commit faf466e79a
5 changed files with 16 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ run;
outds=work.test_results
)
%mp_assert(
iftrue=(%mf_nobs(perm.audit)>7329),
iftrue=(%mf_nobs(perm.audit)=7329),
desc=Test 1 - audit table updated,
outds=work.test_results
)