Skip to content

Commit

Permalink
Simplify the objectsV2 tests significantly
Browse files Browse the repository at this point in the history
  • Loading branch information
kleewho committed Oct 3, 2023
1 parent 91718de commit a327a26
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 1,886 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/stretchr/testify/assert"
)

var enableDebuggingInTests = true
var enableDebuggingInTests = false

const (
SPECIAL_CHARACTERS = "-.,_~:/?#[]@!$&'()*+;=`|"
Expand Down Expand Up @@ -101,7 +101,7 @@ func logInTest(format string, a ...interface{}) (n int, err error) {
}

func checkForAsserted(t *testing.T, maxTime, intervalTime time.Duration, fun func() error) {

}

func checkFor(assert *assert.Assertions, maxTime, intervalTime time.Duration, fun func() error) {
Expand Down
Loading

0 comments on commit a327a26

Please sign in to comment.