Skip to content

Commit

Permalink
TestReconstructData was probably meant to call testReconstructData() (#…
Browse files Browse the repository at this point in the history
…188)

Co-authored-by: Vitaliy Filippov <vitalif@yourcmc.ru>
  • Loading branch information
vitalif and vitalif committed Jun 17, 2022
1 parent 19a04ef commit e97f38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reedsolomon_test.go
Expand Up @@ -654,7 +654,7 @@ func TestReconstructData(t *testing.T) {
testReconstructData(t)
for i, o := range testOpts() {
t.Run(fmt.Sprintf("options %d", i), func(t *testing.T) {
testReconstruct(t, o...)
testReconstructData(t, o...)
})
}
}
Expand Down

0 comments on commit e97f38d

Please sign in to comment.