Skip to content

Commit

Permalink
i made changes but dont know what
Browse files Browse the repository at this point in the history
  • Loading branch information
HoodieRocks committed Nov 11, 2023
1 parent e968854 commit 83210c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"name": "donator",
"color": "#00ff00",
"permissions": [],
"verified": "true"
"verified": true
},
{
"name": "beta access",
Expand All @@ -61,4 +61,4 @@
"verified": false
}
]
}
}
2 changes: 1 addition & 1 deletion utilities/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def generate_fake_project():
description=fake.paragraph(),
body=fake.text(),
icon_url=fake.image_url(),
slug=fake.url(),
slug=fake.word(),
status="live",
category=[random.choice(config.valid_tags) for _ in range(0, 3)],
uploaded=int(datetime.timestamp(fake.date_time_this_decade())),
Expand Down

0 comments on commit 83210c1

Please sign in to comment.