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

Commit 5b6a8e56 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 am: 88cd8f7a

parents 4779a4f7 88cd8f7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ bool haveIpv6() {

class DoHFFITest : public NetNativeTestBase {
  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) {