mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Add a dummy test to NonEmptySetTest.Guava
Add a dummy test so that when IntelliJ (incorrectly) scans NonEmptySetTest.Guava looking for tests, it finds one and doesn't complain.
This commit is contained in:
parent
e3727a1de6
commit
f7c0756526
@ -44,6 +44,13 @@ class NonEmptySetTest {
|
||||
.suppressing(CollectionRetainAllTester::class.java.getMethods().toList())
|
||||
.createTestSuite()
|
||||
}
|
||||
|
||||
/**
|
||||
* For some reason IntelliJ really wants to scan this class for tests and fail when
|
||||
* it doesn't find any. This stops that error from occurring.
|
||||
*/
|
||||
@Test fun dummy() {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user