Skip to content

Conversation

@RiJo
Copy link
Contributor

@RiJo RiJo commented Oct 19, 2021

Resolves a regression from #2182 and a666c5e where the delta value is ignored.

Reproducible test:

    @test(expectedExceptions = AssertionError.class)
    public void assertNotEqualsFloatFail() {

        Assert.assertNotEquals(1.0F, 1.1F, 0.2F, "message");
    }
@juherr juherr merged commit d9c6e45 into testng-team:master Oct 19, 2021
@RiJo RiJo deleted the patch-1 branch October 19, 2021 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants