mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
fix: issue with mf_getfilesize.sas test
This commit is contained in:
@@ -19,13 +19,12 @@ run;
|
|||||||
|
|
||||||
%mp_assert(
|
%mp_assert(
|
||||||
iftrue=(&syscc=0),
|
iftrue=(&syscc=0),
|
||||||
desc=Checking syscc,
|
desc=Checking syscc
|
||||||
outds=work.test_results
|
|
||||||
)
|
)
|
||||||
|
|
||||||
%put %mf_getfilesize(libds=test)
|
%put %mf_getfilesize(libds=test);
|
||||||
|
|
||||||
%mp_assert(
|
%mp_assert(
|
||||||
iftrue=(&syscc=0),
|
iftrue=(&syscc=0),
|
||||||
desc=Checking syscc with one level name,
|
desc=Checking syscc with one level name
|
||||||
outds=work.test_results
|
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user