Skip to content

Commit

Permalink
submodule: spec/
Browse files Browse the repository at this point in the history
The spec submodule was on a 2 year old commit and the tests structure 
changed, this bring it to the latest master at this time.
  • Loading branch information
Jorropo authored and rvagg committed Jun 9, 2022
1 parent 714f5c0 commit 0bd72a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestSpec(t *testing.T) {
}
}
func TestSpecVectors(t *testing.T) {
files, err := filepath.Glob("spec/tests/test[0-9]*.csv")
files, err := filepath.Glob("spec/tests/*.csv")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 0bd72a8

Please sign in to comment.