func testSameOptionalIntArrayArgumentsMatch() {
    // Given
    let firstArgument: [Int?] = [1, 2, nil]
    let secondArgument: [Int?] = [1, 2, nil]