Skip to content

Commit e2bab50

Browse files
committed
reorganize to fix linting
1 parent 58457b1 commit e2bab50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integration/tests/access/cohort4/access_circuit_breaker_test.go renamed to integration/tests/access/cohort3/access_circuit_breaker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package cohort4
1+
package cohort3
22

33
import (
44
"context"

integration/tests/access/cohort3/access_test.go renamed to integration/tests/access/cohort4/access_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package cohort3
1+
package cohort4
22

33
import (
44
"context"

integration/tests/access/cohort3/execution_data_pruning_test.go renamed to integration/tests/access/cohort4/execution_data_pruning_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package cohort3
1+
package cohort4
22

33
import (
44
"context"

0 commit comments

Comments
 (0)