(easy) wrong test suite name
authorHans Fugal <fugalh@fb.com>
Wed, 1 Jul 2015 22:07:31 +0000 (15:07 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 1 Jul 2015 23:24:53 +0000 (16:24 -0700)
Reviewed By: @yfeldblum

Differential Revision: D2209197

folly/futures/test/ThenTest.cpp

index 3264dded9a0d44f56802a391e67316699ba789f4..d92dd006d349a926103b207a2fa550233e984c70 100644 (file)
@@ -169,7 +169,7 @@ TEST(Then, constValue) {
   EXPECT_EQ(future.value(), 23);
 }
 
-TEST(Future, voidThenShouldPropagateExceptions) {
+TEST(Then, voidThenShouldPropagateExceptions) {
   EXPECT_FALSE(makeFuture(42).then().hasException());
   EXPECT_TRUE(makeFuture<int>(std::runtime_error("err"))
              .then().hasException());