diff --git a/reedsolomon_test.go b/reedsolomon_test.go index 98ae0af..6d9e0af 100644 --- a/reedsolomon_test.go +++ b/reedsolomon_test.go @@ -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...) }) } }