Skip to content

Commit 3cc9349

Browse files
committed
fixup test assert param order
1 parent 46146b9 commit 3cc9349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/wsbuilder/wsbuilder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ func TestWsbuildError(t *testing.T) {
10151015

10161016
code, resp := respErr.Response()
10171017
require.Equal(t, http.StatusBadRequest, code)
1018-
require.Equal(t, resp.Message, msg)
1018+
require.Equal(t, msg, resp.Message)
10191019
}
10201020

10211021
type txExpect func(mTx *dbmock.MockStore)

0 commit comments

Comments
 (0)