Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Aug 8, 2024
1 parent 235684f commit 79133af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go/vt/discovery/healthcheck_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,9 @@ func TestNewVTGateHealthCheckFilters(t *testing.T) {
tabletFilterTags = testCase.tabletFilterTags

filters, err := NewVTGateHealthCheckFilters()
<<<<<<< Updated upstream
if testCase.expectedError != "" {
assert.EqualError(t, err, testCase.expectedError)
}
=======
assert.EqualError(t, testCase.expectedError, err)
>>>>>>> Stashed changes
assert.Len(t, filters, len(testCase.expectedFilterTypes))
for i, filter := range filters {
assert.IsType(t, testCase.expectedFilterTypes[i], filter)
Expand Down

0 comments on commit 79133af

Please sign in to comment.