Skip to content

Commit

Permalink
test-fixtures renamed to testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Sep 22, 2017
1 parent 33a8025 commit eef2c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS gocqlx_test.bench_person (
var benchPersonCols = []string{"id", "first_name", "last_name", "email", "gender", "ip_address"}

func loadFixtures() []*benchPerson {
f, err := os.Open("test-fixtures/people.json")
f, err := os.Open("testdata/people.json")
if err != nil {
panic(err)
}
Expand Down
File renamed without changes.

0 comments on commit eef2c77

Please sign in to comment.