Skip to content

Commit

Permalink
remove stray test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Jan 22, 2025
1 parent d6afd68 commit 2407564
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ describe('PaymentCard', () => {
}

describe(`when the user doesn't have any accountDetails`, () => {
// NOTE: This test is misleading because we hide this component from a higher level in
// BillingDetails.tsx if there is no accountDetails
it('renders the set payment method message', () => {
render(
<PaymentCard accountDetails={null} provider="gh" owner="codecov" />
Expand Down

0 comments on commit 2407564

Please sign in to comment.