Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unsolved issue] Large medicare wages leads to incorrect additional medicare tax #1129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/forms/Y2020/tests/fica.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ describe('fica', () => {
})
})

const failParams = {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After fixing test, remove this special case

seed: 307263146,
path: '32:0:25:1:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:24:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:50:98:75:75:77:75:77:75:78:75:75:75:79:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76:76',
endOnFailure: true,
verbose: true
}

it('should add Additional Medicare Tax based on filing status', async () => {
await testKit.with1040Assert(async (forms) => {
const f1040 = commonTests.findF1040OrFail(forms)
Expand Down Expand Up @@ -236,6 +243,6 @@ describe('fica', () => {
expect(displayRound(f1040.l25c())).toBeUndefined()
}
}
})
}, failParams)
})
})