Skip to content

Commit

Permalink
Update io_folder_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Oct 3, 2023
1 parent 080f74c commit 3ca5ffd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/src/io_folder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ void main() {
test(
'fromFileSystemDirectory method should return the folder hierachy correctly',
() async {
// TODO: implement test
// ignore: unused_local_variable
final files = [
_TestFile('first-level/file.xpto'),
_TestFile('first-level/subdirectory-level/subdirectory-file'),
Expand All @@ -95,11 +97,6 @@ void main() {
_TestFile(
'first-level/subdirectory-level/subdirectory-level2/subdirectory-file-3.xpto'),
];
final firstLevelFolder = IOFolderAdapter().fromIOFiles(files);

final firstLevelContent = await firstLevelFolder.listContent();

// TODO: implement test

// await sut.fromFileSystemDirectory(firstLevelDirectory);

Expand Down

0 comments on commit 3ca5ffd

Please sign in to comment.