feat: add snapshot tests for eventsub messages (#5965)

This commit is contained in:
nerix
2025-02-21 21:33:29 +01:00
committed by GitHub
parent bb4c6d6f6e
commit a86df7087d
17 changed files with 885 additions and 21 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ boost::json::result_for<std::chrono::system_clock::time_point,
std::chrono::system_clock::time_point tp;
std::istringstream in{*raw};
in >> date::parse("%FT%TZ", tp);
in >> date::parse("%FT%H:%M:%12SZ", tp);
return tp;
}