Skip to content

Commit

Permalink
Fix UserTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ifosli committed Nov 13, 2023
1 parent 5a1d4bb commit 8d87688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KsApi/models/UserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ final class UserTests: XCTestCase {
"is_admin": false,
"is_email_verified": false,
"is_friend": false,
"is_blocked": false,
"opted_out_of_recommendations": true,
"show_public_profile": false,
"social": true
Expand Down Expand Up @@ -98,6 +99,7 @@ final class UserTests: XCTestCase {
"is_admin": false,
"is_email_verified": false,
"is_friend": false,
"is_blocked": false,
"opted_out_of_recommendations": true,
"show_public_profile": false,
"social": true
Expand Down

0 comments on commit 8d87688

Please sign in to comment.