Skip to content

Commit

Permalink
Swapped argument order, as per convention (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwheeler authored May 16, 2024
1 parent a681da4 commit 37075f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *UnitTestSuite) Test_BackgroundCheckWorkflow() {
// And check for the expected value of the Workflow result
var result string
s.NoError(env.GetWorkflowResult(&result))
s.Equal(result, ssnTraceResult)
s.Equal(ssnTraceResult, result)
}

/*
Expand Down

0 comments on commit 37075f8

Please sign in to comment.