Skip to content

Commit 4778169

Browse files
chore(internal): update examples
1 parent 44e7174 commit 4778169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: environment_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func TestEnvironmentNewWithOptionalParams(t *testing.T) {
6262
Value: gitpod.F("value"),
6363
}}),
6464
Timeout: gitpod.F(gitpod.EnvironmentNewParamsSpecTimeout{
65-
Disconnected: gitpod.F("disconnected"),
65+
Disconnected: gitpod.F("+9125115.360s"),
6666
}),
6767
}),
6868
ConnectTimeoutMs: gitpod.F(0.000000),
@@ -185,7 +185,7 @@ func TestEnvironmentNewFromProjectWithOptionalParams(t *testing.T) {
185185
Value: gitpod.F("value"),
186186
}}),
187187
Timeout: gitpod.F(gitpod.EnvironmentNewFromProjectParamsSpecTimeout{
188-
Disconnected: gitpod.F("disconnected"),
188+
Disconnected: gitpod.F("+9125115.360s"),
189189
}),
190190
}),
191191
ConnectTimeoutMs: gitpod.F(0.000000),

0 commit comments

Comments
 (0)