Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker committed Apr 17, 2024
1 parent b362f82 commit 8febf26
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 111 deletions.
6 changes: 3 additions & 3 deletions storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -1299,9 +1299,9 @@ func (s *PersistentSlabStorage) existIfLoaded(id SlabID) bool {

// GetAllChildReferences returns child references of given slab (all levels),
// including nested container and theirs child references.
func (s *PersistentSlabStorage) GetAllChildReferences(id StorageID) (
references []StorageID,
brokenReferences []StorageID,
func (s *PersistentSlabStorage) GetAllChildReferences(id SlabID) (
references []SlabID,
brokenReferences []SlabID,
err error,
) {
slab, found, err := s.Retrieve(id)
Expand Down
Loading

0 comments on commit 8febf26

Please sign in to comment.