summaryrefslogtreecommitdiff
path: root/libs/local/src/test/java/org/the_jk/cleversync
diff options
context:
space:
mode:
Diffstat (limited to 'libs/local/src/test/java/org/the_jk/cleversync')
-rw-r--r--libs/local/src/test/java/org/the_jk/cleversync/local/LocalTreeTest.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/local/src/test/java/org/the_jk/cleversync/local/LocalTreeTest.kt b/libs/local/src/test/java/org/the_jk/cleversync/local/LocalTreeTest.kt
index 21002e3..a7d0afa 100644
--- a/libs/local/src/test/java/org/the_jk/cleversync/local/LocalTreeTest.kt
+++ b/libs/local/src/test/java/org/the_jk/cleversync/local/LocalTreeTest.kt
@@ -98,7 +98,6 @@ class LocalTreeTest {
os.write(127)
os.write(byteArrayOf(1))
os.write(byteArrayOf(2), 0, 0)
- assertThat(foo.size).isEqualTo(4.toULong())
}
assertThat(foo.size).isEqualTo(2.toULong())
assertThat(tree.list().files).hasSize(1)