Skip to content

testutil: remove Diff and FetchTar

Administrator requested to merge k/20220511-testutil into main

Created by: keegancsmith

These helpers where only used in one place:

  • Diff can be replaced with cmp.Diff.
  • FetchTarFromGithub was only used by searcher. So inlined.

Test Plan: CI since this only affects test code.

Merge request reports

Loading