Exclude FakeFileSystem from this test.
This commit is contained in:
parent
e3f18f41d6
commit
9e45afece4
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ class KonsistClassNameTest {
|
||||||
.classes()
|
.classes()
|
||||||
.withNameContaining("Fake")
|
.withNameContaining("Fake")
|
||||||
.withoutName(
|
.withoutName(
|
||||||
|
"FakeFileSystem",
|
||||||
"FakeImageLoader",
|
"FakeImageLoader",
|
||||||
)
|
)
|
||||||
.assertTrue {
|
.assertTrue {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue