Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gkastrinis committed Sep 3, 2024
1 parent a2b60f8 commit 38e1de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ func TestLoadJSON(t *testing.T) {
func TestModels(t *testing.T) {
client := test.client

const testModel = "def R { \"hello\", \"world\" }"
const testModel = "def R {(\"hello\", \"world\")}"

r := strings.NewReader(testModel)
rsp, err := client.LoadModel(test.databaseName, test.engineName, "test_model", r)
Expand Down

0 comments on commit 38e1de6

Please sign in to comment.