Skip to content

Commit

Permalink
reorder assertion values
Browse files Browse the repository at this point in the history
  • Loading branch information
dboslee authored and github-actions committed Dec 9, 2024
1 parent 3e0fea5 commit 2437898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/local/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestCreateResource(t *testing.T) {
require.NoError(t, err)
got, err = s.GetAuthPreference(ctx)
require.NoError(t, err)
require.NotEqual(t, got.GetType(), cap.GetType())
require.NotEqual(t, cap.GetType(), got.GetType())
}

func TestUserResource(t *testing.T) {
Expand Down

0 comments on commit 2437898

Please sign in to comment.