mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-24 16:40:58 -04:00
Implement library build
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package io.xpipe.api.test;
|
||||
|
||||
import io.xpipe.api.DataSource;
|
||||
import io.xpipe.api.DataTable;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
@@ -9,7 +10,7 @@ public class DataTableTest {
|
||||
|
||||
@Test
|
||||
public void testGet() {
|
||||
var table = DataTable.get("new folder:username");
|
||||
var table = DataSource.get("new folder:username").asTable();
|
||||
var r = table.read(2);
|
||||
var a = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user