Skip to content

Commit 94de78b

Browse files
committed
Update unit test
1 parent 0c82b0d commit 94de78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/app/src/test/kotlin/packit/integration/controllers/RunnerControllerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class RunnerControllerTest : IntegrationTest() {
128128
HttpMethod.GET,
129129
getTokenizedHttpEntity()
130130
)
131-
assertEquals(listOf(RunnerPackageDto(name = "minimalRPackage", version = "0.0.1", location = "/library")), res.body)
131+
assertThat(res.body).contains(RunnerPackageDto(name = "minimalRPackage", version = "0.0.1", location = "/library"))
132132
}
133133

134134
@Test

0 commit comments

Comments
 (0)