Skip to content

Commit

Permalink
Improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker committed Apr 11, 2024
1 parent d5cb164 commit a887780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@ func TestFixLoadedBrokenReferences(t *testing.T) {

// Check health before fixing broken reference
_, err := CheckStorageHealth(storage, -1)
require.ErrorContains(t, err, "slab (0x0.1) not found: slab not found during slab iteration")
require.ErrorContains(t, err, "slab not found during slab iteration")

// Fix broken reference
fixedIDs, err := storage.FixLoadedBrokenReferences()
Expand Down

0 comments on commit a887780

Please sign in to comment.