Skip to content

Running static code analysis and unit tests #2

Running static code analysis and unit tests

Running static code analysis and unit tests #2

Triggered via pull request June 19, 2024 04:49
Status Failure
Total duration 2m 13s
Artifacts

pr_checks.yml

on: pull_request
Static code analysis
2m 5s
Static code analysis
Run unit tests
1m 18s
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#L34
org.opentest4j.AssertionFailedError: expected: <[com.github.terrakok.modo.MockScreen@15d49048, com.github.terrakok.modo.MockScreen@7098b907]> but was: <[com.github.terrakok.modo.MockScreen@15d49048, com.github.terrakok.modo.MockScreen@7098b907, com.github.terrakok.modo.MockScreen@503f91c3]>
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@4bc222e]>
Run unit tests
Process completed with exit code 1.