Skip to content

Commit ad1fd6b

Browse files
Corrected formatting
1 parent 6fbbc93 commit ad1fd6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/reconciler/app/resources/env_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func TestBuildRuntimeEnvVars(t *testing.T) {
113113
Optional: ptr.Bool(true),
114114
},
115115
}},
116-
{Name: "MEMORY_LIMIT", Value: "$(MEMORY_LIMIT_IN_MB)M"},
116+
{Name: "MEMORY_LIMIT", Value: "$(MEMORY_LIMIT_IN_MB)M"},
117117
},
118118
},
119119
"staging app": {
@@ -154,7 +154,7 @@ func TestBuildRuntimeEnvVars(t *testing.T) {
154154
Optional: ptr.Bool(false),
155155
},
156156
}},
157-
{Name: "MEMORY_LIMIT", Value: "$(MEMORY_LIMIT_IN_MB)M"},
157+
{Name: "MEMORY_LIMIT", Value: "$(MEMORY_LIMIT_IN_MB)M"},
158158
},
159159
},
160160
"task app": {
@@ -211,7 +211,7 @@ func TestBuildRuntimeEnvVars(t *testing.T) {
211211
Optional: ptr.Bool(true),
212212
},
213213
}},
214-
{Name: "MEMORY_LIMIT", Value: "$(MEMORY_LIMIT_IN_MB)M"},
214+
{Name: "MEMORY_LIMIT", Value: "$(MEMORY_LIMIT_IN_MB)M"},
215215
},
216216
},
217217
}

0 commit comments

Comments
 (0)