skypjack 8 месяцев назад
Родитель
Сommit
b045846579
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/entt/process/process.cpp

+ 1 - 1
test/entt/process/process.cpp

@@ -185,7 +185,7 @@ TEST(Process, AbortImmediately) {
     ASSERT_TRUE(process.aborted_invoked);
 }
 
-TEST(ProcessAdaptor, ThenPeek) {
+TEST(Process, ThenPeek) {
     auto process = std::make_shared<test_process<int>>();
 
     ASSERT_FALSE(process->peek());