Skip to content

Commit

Permalink
Cleanup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JoukoVirtanen committed Nov 28, 2024
1 parent 570bf29 commit 72fb150
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/pkg/assert/assert.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package assert

import (
"bytes"
"encoding/json"
"fmt"
"strings"
Expand Down Expand Up @@ -60,7 +59,6 @@ func AssertRepeated(t *testing.T, tickTime time.Duration, timeout time.Duration,
}
}

>>>>>>> 66ca3aa0 (X-Smart-Squash: Squashed 41 commits:)
func ElementsMatchFunc[N any](expected []N, actual []N, equal func(a, b N) bool) bool {
if len(expected) != len(actual) {
return false
Expand Down

0 comments on commit 72fb150

Please sign in to comment.