Skip to content

Commit

Permalink
Flip order of assertion arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfrommelt committed Oct 11, 2024
1 parent 2b59ea5 commit a1af633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoint/provider_specific_property_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func TestPropertyFilter(t *testing.T) {

propertyFilter.Filter(tt.endpoints)

assert.Equal(t, tt.endpoints, tt.expectedEndpoints)
assert.Equal(t, tt.expectedEndpoints, tt.endpoints)
})
}
}

0 comments on commit a1af633

Please sign in to comment.