func testDifferentIntArrayArgumentsDoNotMatch() {
    // Given
    let firstArgument = [2, 1]
    let secondArgument = [2, 2]