Skip to content

Commit 8511b39

Browse files
authored
[Rel v0.2] Migrate more rel code (#48)
1 parent 430c248 commit 8511b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rai-sdk/src/test/java/com/relationalai/DatabaseTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void testDatabase() throws HttpError, InterruptedException, IOException {
160160
assertEquals("CREATED", createRsp.state);
161161

162162
// Make sure the data was cloned
163-
var rsp = client.executeV1(databaseCloneName, engineName, "test_data", true);
163+
var rsp = client.executeV1(databaseCloneName, engineName, "def output {test_data}", true);
164164

165165
Relation rel;
166166

0 commit comments

Comments
 (0)