func testSameOptionalBoolArrayArgumentsMatch() {
    // Given
    let firstArgument: [Bool?] = [true, false, nil]
    let secondArgument: [Bool?] = [true, false, nil]