Skip to content

Commit 08196e5

Browse files
committed
internal/worker: remove imports in TestFetchAndUpdateState_NotFound
TestFetchAndUpdateState_NotFound no longer references the imports table. For golang/go#39629 Change-Id: Icb60c0bf46656cb009c84302778ccf7f8e1fcbce Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/265249 Trust: Julie Qiu <[email protected]> Run-TryBot: Julie Qiu <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Jamal Carvalho <[email protected]>
1 parent 0cb7b61 commit 08196e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/worker/fetcherror_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ func TestFetchAndUpdateState_NotFound(t *testing.T) {
8787
}
8888
checkNotInTable("search_documents", "module_path")
8989
checkNotInTable("imports_unique", "from_module_path")
90-
checkNotInTable("imports", "from_module_path")
9190
}
9291

9392
func TestFetchAndUpdateState_Excluded(t *testing.T) {

0 commit comments

Comments
 (0)