This commit is contained in:
Mylloon 2023-05-15 15:58:28 +02:00
parent dde373d87c
commit ed20ce4ce3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -41,7 +41,7 @@ let rec check ctx =
(* Tweet and returns to profile page *) (* Tweet and returns to profile page *)
tweet tweet
ctx ctx
"This tweet is for the Twitter's CTO: Don't suspend my account for inactivity."; "This tweet is for the Twitter's CTO: don't suspend my account for inactivity.";
go_to_profile ctx; go_to_profile ctx;
(* Wait the maximum time since we just tweeted *) (* Wait the maximum time since we just tweeted *)
recheck max_time) recheck max_time)