Commit f8965686 authored by tqcq's avatar tqcq
Browse files

feat update test

parent 050ca0c0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@ TEST_SUITE("future")
        CHECK_FALSE(f2.IsFailed());
        auto f3 = sled::Future<std::string>::AsyncValue("11");
        CHECK_EQ(f3.Result(), "11");
    }

    TEST_CASE("Constructor")
    {
        sled::Future<int, std::string> f1 = 1;