func testDifferentFloatArrayArgumentsDoNotMatch() {
    // Given
    let firstArgument = [10.5, 10.7]
    let secondArgument = [10.4, 10.2]