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

fix: correcting test for mp_loadformat

This commit is contained in:
munja
2022-03-08 19:50:01 +00:00
parent 33cec61a13
commit c0924af06b

View File

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