fixed some testing bugs
This commit is contained in:
@@ -33,7 +33,7 @@ SCENARIO("An EventNotifier gets created", "[construction]")
|
||||
}
|
||||
THEN("It creates a notify thread")
|
||||
{
|
||||
//REQUIRE(typeid(notifier.notify_thread).hash_code() == typeid(std::thread).hash_code());
|
||||
REQUIRE(typeid(notifier.notify_thread).hash_code() == typeid(std::thread).hash_code());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user