Skip to content

Commit

Permalink
test(model): Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Mar 12, 2024
1 parent 9935f31 commit 534c574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/test/kotlin/PackageTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import io.kotest.matchers.should
import io.kotest.matchers.shouldBe

class PackageTest : StringSpec({

Check warning on line 28 in model/src/test/kotlin/PackageTest.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "PackageTest" is never used
"diff throws an exception if the identifiers are not equals" {
"diff throws an exception if the identifiers are not equal" {
val pkg = Package.EMPTY.copy(id = Identifier("type1", "namespace1", "name1", "version1"))
val other = Package.EMPTY.copy(id = Identifier("type2", "namespace2", "name2", "version2"))

Expand Down

0 comments on commit 534c574

Please sign in to comment.