chore: Add formatting for the view count (#6447)

This commit is contained in:
Pranav Raj S
2023-02-13 14:29:14 -08:00
committed by GitHub
parent caca99a823
commit 98ff185d42
5 changed files with 20 additions and 6 deletions

View File

@@ -7,6 +7,6 @@ FactoryBot.define do
content { 'MyText' }
description { 'MyDescrption' }
status { 1 }
views { 1 }
views { 0 }
end
end