Skip to content

Commit

Permalink
drive by config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Scarr committed Feb 18, 2019
1 parent 3daa15a commit af2bc50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestConfigCheck(t *testing.T) {
err = config.normalize()
require.NoError(t, err)

err = config.check()
err = config.Check()
require.EqualError(t, err, "filenames exec.go and models.go are in the same directory but have different package definitions")
})
}
File renamed without changes.

0 comments on commit af2bc50

Please sign in to comment.