Skip to content

Commit 92cbbd2

Browse files
committed
chore: fix lint
1 parent 363365f commit 92cbbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/manifest/mantaray/persist_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func TestPersistRemove(t *testing.T) {
168168
nnn := mantaray.NewNodeRef(ref)
169169
for i := 0; i < len(tc.toRemove); i++ {
170170
c := tc.toRemove[i]
171-
n, err = nnn.LookupNode(ctx, c, ls)
171+
_, err = nnn.LookupNode(ctx, c, ls)
172172
if !errors.Is(err, mantaray.ErrNotFound) {
173173
t.Fatalf("expected not found error, got %v", err)
174174
}

0 commit comments

Comments
 (0)