Skip to content

Commit

Permalink
fix template unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbuechler committed Jun 16, 2023
1 parent 5bd8544 commit 0325c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulegen/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ func assertExampleGithubWorkflowContent(t *testing.T, example Example, exampleWo
assert.Equal(t, " working-directory: ./"+example.ParentDir()+"/"+lower, data[36])
assert.Equal(t, " working-directory: ./"+example.ParentDir()+"/"+lower, data[40])
assert.Equal(t, " working-directory: ./"+example.ParentDir()+"/"+lower, data[44])
assert.Equal(t, " paths: \"**/TEST-"+lower+"*.xml\"", data[54])
assert.Equal(t, " paths: \"**/TEST-unit*.xml\"", data[54])
}

// assert content go.mod
Expand Down

0 comments on commit 0325c78

Please sign in to comment.