Skip to content

Commit

Permalink
Improved the CopyMoveFileHandlerTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Dec 9, 2024
1 parent 7800d22 commit 47d0051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ class CopyMoveFileHandlerTest : BaseActivityTest() {
clickOnMove()
assertZimFileCopiedAndShowingIntoTheReader()
}
assertZimFileAddedInTheLocalLibrary()
kiwixMainActivity.lifecycleScope.launch {
assertZimFileAddedInTheLocalLibrary()
assertSelectedZimFileIsDeletedFromTheStorage(selectedFile)
deleteAllFilesInDirectory(parentFile)
}
Expand Down

0 comments on commit 47d0051

Please sign in to comment.