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

fix: issue with mf_getfilesize.sas test

This commit is contained in:
munja
2022-01-25 00:08:00 +01:00
parent bfe4b1ec8b
commit 2f49738cf9

View File

@@ -19,13 +19,12 @@ run;
%mp_assert(
iftrue=(&syscc=0),
desc=Checking syscc,
outds=work.test_results
desc=Checking syscc
)
%put %mf_getfilesize(libds=test)
%put %mf_getfilesize(libds=test);
%mp_assert(
iftrue=(&syscc=0),
desc=Checking syscc with one level name,
outds=work.test_results
desc=Checking syscc with one level name
)