Skip to content

Commit

Permalink
[Rel v0.2] Migrate more rel code (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkastrinis authored Sep 24, 2024
1 parent 430c248 commit 8511b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai-sdk/src/test/java/com/relationalai/DatabaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void testDatabase() throws HttpError, InterruptedException, IOException {
assertEquals("CREATED", createRsp.state);

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

Relation rel;

Expand Down

0 comments on commit 8511b39

Please sign in to comment.