Skip to content

Commit

Permalink
test: remove unused line prop from DefaultLines test
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Mar 15, 2022
1 parent 5b06354 commit d03def8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Gurbani/DefaultLines/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe( '<DefaultLines />', () => {
it( 'should render all supplied lines', async () => {
const lines = factories.line.buildList( 15 )

const { findByText, queryByText, getByText } = render( <DefaultLines id="" lines={lines} /> )
const { findByText, queryByText, getByText } = render( <DefaultLines lines={lines} /> )

const container = getByText( toUnicode( lines[ 0 ].gurmukhi ) ).parent!

Expand Down

0 comments on commit d03def8

Please sign in to comment.