Skip to content

Commit

Permalink
Accomidate for mock version in binder_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Oct 7, 2022
1 parent 63b6bc6 commit 85cfd79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/codegen/pcl/binder_test.go
Expand Up @@ -17,6 +17,9 @@ var fileToMockPlugins = map[string]map[string]string{
"aws-resource-options.pp": {
"aws": "4.38.0",
},
"other.pp": {
"other": "0.1.0",
},
}

func TestBindProgram(t *testing.T) {
Expand Down

0 comments on commit 85cfd79

Please sign in to comment.