Skip to content

Commit 503f22f

Browse files
committed
Fix
Signed-off-by: Luke Massa <[email protected]>
1 parent 6600634 commit 503f22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/events/command_runner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func setup(t *testing.T, options ...func(testConfig *TestConfig)) *vcsmocks.Mock
237237
When(postWorkflowHooksCommandRunner.RunPostHooks(Any[*command.Context](), Any[*events.CommentCommand]())).ThenReturn(nil)
238238

239239
globalCfg := valid.NewGlobalCfgFromArgs(valid.GlobalCfgArgs{})
240-
scope, := metricstest.NewLoggingScope(t, logger, "atlantis")
240+
scope := metricstest.NewLoggingScope(t, logger, "atlantis")
241241

242242
ch = events.DefaultCommandRunner{
243243
VCSClient: vcsClient,

0 commit comments

Comments
 (0)