Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed May 17, 2024
1 parent 176db83 commit 16377fd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ internal class NoteRecordTest {
fileIds = listOf(FileProperty.Id(0L, "fid1"), FileProperty.Id(0L, "fid2")),
poll = null,
myReaction = "like",
app = null,
channelId = null,
maxReactionsPerAccount = 4
)
Expand Down Expand Up @@ -445,7 +444,6 @@ internal class NoteRecordTest {
pureText = "test note",
isReactionAvailable = true,
),
app = null,
maxReactionsPerAccount = 3,
emojiNameMap = emptyMap()
)
Expand All @@ -472,7 +470,6 @@ internal class NoteRecordTest {
Assertions.assertEquals(expectedNote.myReaction, actual.myReaction)
Assertions.assertEquals(expectedNote.channelId, actual.channelId)
Assertions.assertEquals(expectedNote.type, actual.type)
Assertions.assertEquals(expectedNote.app, actual.app)
Assertions.assertEquals(expectedNote.maxReactionsPerAccount, actual.maxReactionsPerAccount)


Expand Down

0 comments on commit 16377fd

Please sign in to comment.