Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schew2381 committed Sep 12, 2023
1 parent 3b6f9b3 commit e88aace
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Built-in Repositories', function () {
<BuiltInRepositories
api={api}
organization={organization}
projSlug={project.slug}
project={project}
isLoading={false}
builtinSymbolSourceOptions={builtinSymbolSourceOptions}
builtinSymbolSources={builtinSymbolSources}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function getProps(props?: Parameters<typeof initializeOrg>[0]) {
organization,
project,
router,
projSlug: project.slug,
isLoading: false,
location: router.location,
routerContext,
Expand Down

0 comments on commit e88aace

Please sign in to comment.