0
0
Fork 0

Add coverage for CLI::Cache command (#25238)

This commit is contained in:
Matt Jankowski 2023-06-10 12:36:09 -04:00 committed by GitHub
parent 215081240f
commit 07933db788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 113 additions and 14 deletions

View file

@ -0,0 +1,8 @@
# frozen_string_literal: true
Fabricator(:status_stat) do
status
replies_count '123'
reblogs_count '456'
favourites_count '789'
end