func testDifferentDoubleArrayArgumentsDoNotMatch() {
    // Given
    let firstArgument = [10.12, 10.5]
    let secondArgument = [10.4, 10.12]