Skip to content

Commit

Permalink
Moves test fixtures to correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Sep 5, 2014
1 parent 8bdb409 commit 0955b70
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion generator/wsdl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func TestUnmarshal(t *testing.T) {
data, err := ioutil.ReadFile("vim.wsdl")
data, err := ioutil.ReadFile("fixtures/vim.wsdl")
if err != nil {
t.Errorf("incorrect result\ngot: %#v\nwant: %#v", err, nil)
}
Expand Down

0 comments on commit 0955b70

Please sign in to comment.