We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2999b commit f9c8578Copy full SHA for f9c8578
tests/test_entries.py
@@ -17,3 +17,4 @@ def test_entry():
17
assert isinstance(entry.size, int) is True
18
assert entry.isDir is False
19
assert entry.name == 'CODE_OF_CONDUCT.md'
20
+ assert isinstance(entry.icon, str)
0 commit comments