Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Jun 24, 2024
1 parent 3294247 commit 0083d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/services/workflows/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ func newTestEngine(t *testing.T, reg *coreCap.Registry, spec string, opts ...fun
clock := clockwork.NewFakeClock()
cfg := Config{
WorkflowID: testWorkflowId,
Lggr: logger.TestLogger(t),
Registry: reg,
Spec: spec,
Lggr: logger.TestLogger(t),
Registry: reg,
Spec: spec,
GetLocalNode: func(ctx context.Context) (capabilities.Node, error) {
return capabilities.Node{
WorkflowDON: capabilities.DON{
Expand Down

0 comments on commit 0083d17

Please sign in to comment.