Skip to content

Commit

Permalink
stores: fix TestUnhealthySlabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jul 31, 2024
1 parent 2b95c7e commit 01ea3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stores/sql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2380,6 +2380,7 @@ func UnhealthySlabs(ctx context.Context, tx sql.Tx, healthCutoff float64, set st
if err := ec.UnmarshalBinary(key); err != nil {
return nil, fmt.Errorf("failed to unmarshal encryption key: %w", err)
}
slab.Key = ec
slabs = append(slabs, slab)
}
return slabs, nil
Expand Down

0 comments on commit 01ea3ff

Please sign in to comment.