Skip to content
Snippets Groups Projects
Commit 8900c8c5 authored by Xùdōng Yáng's avatar Xùdōng Yáng
Browse files

use Truth8 in HttpConnectorTest

parent 2e1f9e54
Branches wyv-cp-jdk21
No related merge requests found
......@@ -15,6 +15,7 @@
package com.google.devtools.build.lib.bazel.repository.downloader;
import static com.google.common.truth.Truth.assertThat;
import static com.google.common.truth.Truth8.assertThat;
import static com.google.devtools.build.lib.bazel.repository.downloader.DownloaderTestUtils.sendLines;
import static com.google.devtools.build.lib.bazel.repository.downloader.HttpParser.readHttpRequest;
import static java.nio.charset.StandardCharsets.ISO_8859_1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment