Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Dec 4, 2020
1 parent e702a5e commit 2210677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/template_processor_test.go
Expand Up @@ -117,7 +117,7 @@ func TestCloneVariablesForDependency(t *testing.T) {
}

for _, testCase := range testCases {
actualVariables := cloneVariablesForDependency(testCase.dependency, testCase.variables)
actualVariables := cloneVariablesForDependency(testCase.dependency, testCase.variables, nil)
assert.Equal(t, testCase.expectedVariables, actualVariables, "Dependency: %s", testCase.dependency)
}
}
Expand Up @@ -6,4 +6,4 @@
<h1>Welcome!</h1>
<img src="logo.png">
</body>
</html>
</html>

0 comments on commit 2210677

Please sign in to comment.