Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

double error message reporting is back for jvm in intellij 2024.1.1 - find a workaround as well #1751

Open
robstoll opened this issue May 7, 2024 · 0 comments

Comments

@robstoll
Copy link
Owner

robstoll commented May 7, 2024

Platform (all, jvm, js): jvm
Extension (none, kotlin 1.3): none

Code related feature

class Test {
    @Test
    fun foo(){
        expect(1).toEqual(2)
    }
}

output

I expected subject: 1        (kotlin.Int <1445440567>)
◆ to equal: 2        (kotlin.Int <560251781>)
I expected subject: 1        (kotlin.Int <1445440567>)
◆ to equal: 2        (kotlin.Int <560251781>)

This happens only when running directly in intellij, the same error looks all good in gradle.
So I guess Intellij has changed the runner and our workaround does no longer work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant