[Daemon] Add unit tests for LimitedLinkedList

This commit is contained in:
Alexander.Likhachev
2023-12-04 09:29:02 +01:00
committed by Space Team
parent f7b139466d
commit 3ca1249926
4 changed files with 66 additions and 0 deletions
@@ -25,4 +25,12 @@
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
<url>https://github.com/JetBrains/kotlin</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>ArtifactsTest.version</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>