1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00

Fix comments on StepType enum consts (#304)

This commit is contained in:
Amit Mahbubani 2020-07-13 22:09:23 +05:30 committed by GitHub
parent f4dcbab826
commit 922820f56e
2 changed files with 4 additions and 4 deletions

View file

@ -121,8 +121,8 @@ func TestInterpolate(t *testing.T) {
Workdir: ".",
},
Env: map[string]string{
"keywithnothing": "valuewithnothing",
"key-with-hyphens": "value-with-hyphens",
"keywithnothing": "valuewithnothing",
"key-with-hyphens": "value-with-hyphens",
"key_with_underscores": "value_with_underscores",
},
Run: &model.Run{