fix: Update string formatting in hackathon service and repository tests for consistency

This commit is contained in:
MythEclipse
2025-10-11 15:28:27 +07:00
parent 6ef624c169
commit 884b679ba8
4 changed files with 59 additions and 56 deletions
@@ -200,7 +200,7 @@ impl Default for HackathonParticipantSchema {
fn default() -> Self {
HackathonParticipantSchema {
id: make_thing(
&"app_hackathon_participants".to_string(),
"app_hackathon_participants",
&surrealdb::Uuid::new_v4().to_string(),
),
hackathon_id: Thing::from(("app_hackathons".to_string(), surrealdb::sql::Id::rand())),