Skip to content

Commit

Permalink
fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Sep 12, 2022
1 parent ea41e41 commit a822a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ final class UserNoticeTests: XCTestCase {
XCTAssertEqual(un.badges, [])
XCTAssertEqual(un.color, "")
XCTAssertEqual(un.displayName, "SevenTest1")
XCTAssertEqual(un.emotes, "")
XCTAssertEqual(un.emotes, "30259:0-6")
XCTAssertEqual(un.flags, [])
XCTAssertEqual(un.id, "37feed0f-b9c7-4c3a-b475-21c6c6d21c3d")
XCTAssertEqual(un.userLogin, "seventest1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class WhisperTests: XCTestCase {
XCTAssertEqual(whisper.badges, [])
XCTAssertEqual(whisper.color, "#1E90FF")
XCTAssertEqual(whisper.displayName, "MahdiMMBM")
XCTAssertEqual(whisper.emotes, "")
XCTAssertEqual(whisper.emotes, "30259:0-6,8-14")
XCTAssertEqual(whisper.messageId, "3")
XCTAssertEqual(whisper.threadId, "519827148_684111155")
XCTAssertEqual(whisper.userId, "519827148")
Expand Down

0 comments on commit a822a58

Please sign in to comment.