Skip to content

Commit

Permalink
tests: update tests to not have bar_structs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed May 10, 2017
1 parent e197154 commit 6cb76f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions codegen/template_test.go
Expand Up @@ -110,11 +110,6 @@ func TestGenerateBar(t *testing.T) {
filepath.Join(tmpDir, "clients", "bar", "bar.go"),
"./test_data/clients",
)
cmpGoldenFile(
t,
filepath.Join(tmpDir, "clients", "bar", "bar_structs.go"),
"./test_data/clients",
)

err = gateway.GenerateEndpointRegisterFile()
if !assert.NoError(t, err, "failed to create endpoint index %s", err) {
Expand Down

0 comments on commit 6cb76f3

Please sign in to comment.