Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Dec 2, 2021
1 parent 58e0062 commit 1d1120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func TestServiceDataIO(t *testing.T) {
t.Fatalf(err.Error())
return
}
valWrap, err := record.GetValueByIndex(6)
valWrap, err := record.GetValueByIndex(5)
if err != nil {
t.Fatalf(err.Error())
return
Expand Down

0 comments on commit 1d1120f

Please sign in to comment.