Skip to content

Running static code analysis and unit tests #3

Running static code analysis and unit tests

Running static code analysis and unit tests #3

Triggered via pull request June 19, 2024 05:33
Status Failure
Total duration 2m 29s
Artifacts

pr_checks.yml

on: pull_request
Static code analysis
2m 20s
Static code analysis
Run unit tests
1m 30s
Run unit tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ListNavigationActionAddScreensTest.When add screens - Then screens are added(): modo-compose/src/test/java/com/github/terrakok/modo/list/ListNavigationActionAddScreensTest.kt#L63
org.opentest4j.AssertionFailedError: expected: <[com.github.terrakok.modo.MockScreen@503f91c3, com.github.terrakok.modo.MockScreen@13526e59]> but was: <[com.github.terrakok.modo.MockScreen@503f91c3, com.github.terrakok.modo.MockScreen@13526e59, com.github.terrakok.modo.MockScreen@2235eaab]>
ListNavigationActionSetTest.When set screens - Then screens are set(): modo-compose/src/test/java/com/github/terrakok/modo/list/ListNavigationActionSetTest.kt#L20
org.opentest4j.AssertionFailedError: expected: <[]> but was: <[com.github.terrakok.modo.MockScreen@6531a794]>
Run unit tests
Process completed with exit code 1.