summaryrefslogtreecommitdiffstats
path: root/test/catch_twitter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/catch_twitter.cpp')
-rw-r--r--test/catch_twitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/catch_twitter.cpp b/test/catch_twitter.cpp
index 637baad..774a3e1 100644
--- a/test/catch_twitter.cpp
+++ b/test/catch_twitter.cpp
@@ -102,7 +102,6 @@ SCENARIO("We can use the path API", "[.api]") {
auto path = twitter::parse_path(pth);
REQUIRE(path.parts[1] == "awesomekling");
- REQUIRE(path.type == SiteType::Twitter);
size_t count = 5000;
rttt::active_storage<std::string, view::item_state> dummy;