-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove clear() method from ResourceTest
The ResourceTest#clear() method is unnecessary. It only deletes the given IFileStore and is only called at few places. All other tests using IFileStores directly delete the store and get a proper error message at that specific place in case the deletion fails. This change removes the clear() method and inlines the file stores deletions.
- Loading branch information
1 parent
bda43e5
commit b434b24
Showing
3 changed files
with
67 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.