Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
GardOS committed Aug 28, 2024
1 parent 4da6b72 commit 7d41616
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class CpaSyncServiceTest {
val zipped = cpaSyncService.zipCpaContent(cpaFile)
val unzipped = cpaSyncService.unzipCpaContent(zipped)


assert(zipped.size < unzipped.toByteArray().size)
assert(cpaFile == unzipped)
}
Expand Down

0 comments on commit 7d41616

Please sign in to comment.