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 6, 2024
1 parent 2fc9947 commit 99bbc34
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 99bbc34

Please sign in to comment.