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

feat: enabling delete file for sasjs/server

This commit is contained in:
munja
2022-03-15 13:46:31 +00:00
parent a455a3d98d
commit 582ec0a1f9
6 changed files with 115 additions and 9 deletions

View File

@@ -82,3 +82,12 @@ run;
desc=Test 1 - audit table updated,
outds=work.test_results
)
data work.difftest;
set perm.audit;
where is_diff=1;
run;
%mp_assert(
iftrue=(%mf_nobs(work.difftest)>0),
desc=Test 1 - diffs were found,
outds=work.test_results
)