Skip to content

Commit

Permalink
fixup! test: add tests for exploreDirectory method
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 21, 2023
1 parent 77f3d18 commit 20df07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/discovery_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void main() {
expect(thingDescription.title, validTestTitle);
}
expect(counter, 1);
expect(thingDiscoveryProcess.done, true);
});
}

Expand Down

0 comments on commit 20df07b

Please sign in to comment.