Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Leavrth <jianjun.liao@outlook.com>
  • Loading branch information
Leavrth committed Sep 4, 2023
1 parent 77988d4 commit 5c63e62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions br/pkg/restore/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,6 @@ func TestRestoreMetaKVFilesWithBatchMethod2_write_empty_2(t *testing.T) {
require.Equal(t, uint64(110), filterTS)
return nil, nil
}

require.Equal(t, 0, len(entries))
}
return nil, nil
Expand Down Expand Up @@ -910,9 +909,7 @@ func TestRestoreMetaKVFilesWithBatchMethod_with_entries(t *testing.T) {
require.Equal(t, uint64(110), filterTS)
return nil, nil
}

require.Equal(t, 0, len(entries))

}
return nil, nil
},
Expand Down

0 comments on commit 5c63e62

Please sign in to comment.