Skip to content

Commit

Permalink
Fix test descriptions for BuyParts component (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah authored Nov 1, 2022
1 parent 0b7f76c commit 7f56988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/test/BuyParts.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beforeEach(() => {
)
})

it('displays BOM', () => {
it('displays BuyParts', () => {
render(
<BuyParts
lines={fixture.purchasableParts.lines}
Expand All @@ -24,7 +24,7 @@ it('displays BOM', () => {
expect(StoresButtons).toHaveLength(5)
})

it('displays BOM if there are no purchasable parts', () => {
it('still displays BuyParts if there are no purchasable parts', () => {
render(
<BuyParts
lines={fixture.noPurchasableParts.lines}
Expand Down

0 comments on commit 7f56988

Please sign in to comment.