func testDifferentNumberOfDoubleArrayArgumentsDoNotMatch() {
    // Given
    let firstArgument = [10.5, 10.2]
    let secondArgument = [10.5]