func testDifferentBoolArrayArgumentsDoNotMatch() {
    // Given
    let firstArgument = [true, false]
    let secondArgument = [false, true]