feat: update
This commit is contained in:
@@ -37,7 +37,7 @@ func test_guest_profile_created():
|
||||
# Test 2: Guest progress is tracked
|
||||
func test_guest_progress_tracked():
|
||||
var progress = guest_profile.get("progress", {})
|
||||
assert_is_not_empty(progress, "Guest progress should be tracked")
|
||||
assert_false(progress.is_empty(), "Guest progress should be tracked")
|
||||
|
||||
# Test 3: Guest can be linked to persistent identity
|
||||
func test_guest_can_link_to_identity():
|
||||
|
||||
Reference in New Issue
Block a user