Skip to content

Commit

Permalink
clean tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Feb 5, 2025
1 parent bbe3ea5 commit 651f3c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for _, strategy in helpers.each_strategy() do
assert.logfile(name).has.line(
"[error]", true, 10)
assert.logfile(name).has.line(
"unable to create worker mutex and sync", true, 5)
"unable to create worker mutex and sync", true, 10)
assert.logfile(name).has.line(
"'name': required field missing", true, 10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ function RpcSyncV2NotifyNewVersioinTestHandler:init_worker()
entity = {
id = fake_uuid,
name = "default",
-- It must contain feild "config" and "meta", otherwise the deltas
-- validation will fail with the error "required field missing".
config = {},
meta = {},
},
type = "workspaces",
version = latest_version,
Expand Down

0 comments on commit 651f3c8

Please sign in to comment.