TestReconstructData was probably meant to call testReconstructData() (#188)

Co-authored-by: Vitaliy Filippov <vitalif@yourcmc.ru>
master
Vitaliy Filippov 2022-06-17 12:58:38 +03:00 committed by GitHub
parent 19a04effc5
commit e97f38d38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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...)
})
}
}