Skip to content

Commit

Permalink
theory: table parsing casues segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Dec 20, 2023
1 parent e7a83d7 commit 288201f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ end

function TestAll:testSetAllConfigFields()
local c = l.clientInit("sdk-test", {
offline = true
--appInfo = {
-- identifier = "MyApp",
-- version = "1.0.0"
--},
offline = true,
appInfo = {
identifier = "MyApp",
version = "1.0.0"
}
--serviceEndpoints = {
-- streamingBaseURL = "foo",
-- pollingBaseURL = "bar",
Expand Down

0 comments on commit 288201f

Please sign in to comment.