Skip to content

Commit 62d908c

Browse files
change array order for network test
1 parent c79dd07 commit 62d908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/networks/networks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ func TestNetworks(t *testing.T) {
310310
}
311311

312312
for _, envName := range []string{
313+
"production",
313314
"development",
314315
"nonproduction",
315-
"production",
316316
} {
317317
envName := envName
318318
t.Run(envName, func(t *testing.T) {

0 commit comments

Comments
 (0)