Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88cd8f7a authored by Mike Yu's avatar Mike Yu Committed by Automerger Merge Worker
Browse files

Test: Enable verbose logging in doh_ffi_test am: 9621e753

parents 19acbe68 9621e753
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -73,7 +73,7 @@ bool haveIpv6() {


class DoHFFITest : public NetNativeTestBase {
class DoHFFITest : public NetNativeTestBase {
  public:
  public:
    static void SetUpTestSuite() { doh_init_logger(DOH_LOG_LEVEL_DEBUG); }
    static void SetUpTestSuite() { doh_init_logger(DOH_LOG_LEVEL_TRACE); }
};
};


TEST_F(DoHFFITest, SmokeTest) {
TEST_F(DoHFFITest, SmokeTest) {