Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Feb 5, 2025
1 parent c277129 commit a06e151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('InfoBanner', () => {

describe('branch and bundle are not defined', () => {
it('renders NoSelectedBranchContent', () => {
render(<InfoBanner />)
render(<InfoBanner branch={null} />)

const header = screen.getByText('No Branch Selected')
expect(header).toBeInTheDocument()
Expand Down

0 comments on commit a06e151

Please sign in to comment.