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

chore: fixing test

This commit is contained in:
Allan Bowe
2021-07-30 00:21:02 +03:00
parent 658d67feaa
commit 187504600a

View File

@@ -13,7 +13,7 @@
* Cars is a great dataset - it contains leading spaces, and formatted numerics * Cars is a great dataset - it contains leading spaces, and formatted numerics
*/ */
%mp_ds2inserts(sashelp.cars,outref=testref,outlib=work,outds=test) %mp_ds2inserts(sashelp.cars,outref=testref,schema=work,outds=test)
data work.test; data work.test;
set sashelp.cars; set sashelp.cars;