Skip to content

Commit

Permalink
fix typing in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Sep 13, 2023
1 parent 42d4fb9 commit aa38c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/app/components/commitRow.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ describe('commitRow', () => {
dateCreated: '2022-10-07T19:35:27.370422Z',
integrationId: '14',
externalSlug: 'org-slug',
externalId: '1',
},
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ describe('Quick Context Commit Row', () => {
dateCreated: '2022-10-07T19:35:27.370422Z',
integrationId: '14',
externalSlug: 'org-slug',
externalId: '1',
},
},
};
Expand Down

0 comments on commit aa38c20

Please sign in to comment.