Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Gajewski committed Nov 15, 2016
1 parent 9e2e212 commit dd42248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestWillGenerateComplexPluginWithoutErrors(t *testing.T) {
config := cli.Config{
PluginPackage: fmt.Sprintf("./internal/test_fixtures/%s", testCase.Plugin),
OutputPath: fmt.Sprintf("./internal/test_fixtures/generated/%s/plugin.go", testCase.Plugin),
PluginPath: "plugin.so",
PluginPath: fmt.Sprintf("./internal/test_fixtures/generated/%s/plugin.so", testCase.Plugin),
FormatCode: true,
CheckSha256: true,
ForcePluginRebuild: true,
Expand Down

0 comments on commit dd42248

Please sign in to comment.