Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Jan 16, 2024
1 parent 131502c commit 5a81978
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions e2etest/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ import (
)

// integrationsPath is the path to the integrations folder
const integrationsPath = "../integrations"
const testdataPath = "%s/testdata"
const testdataApiPath = testdataPath + "/api"
const (
integrationsPath = "../integrations"
testdataPath = "%s/testdata"
testdataApiPath = testdataPath + "/api"
)

type poolConfigYml struct {
StartKey string `default:"1" yaml:"startKey"`
Expand Down

0 comments on commit 5a81978

Please sign in to comment.