Selaa lähdekoodia

test: minor changes

skypjack 8 kuukautta sitten
vanhempi
commit
b045846579
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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());