Skip to content

Commit

Permalink
chore: coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed-Ali-Abbas-Zaidi committed Oct 17, 2023
1 parent 310da60 commit 0e35643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CollaboratorPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CollaboratorPage extends React.Component {
createCollaborator,
sourceInfo: { referrer },
} = this.props;
createCollaborator(fieldValues, referrer);
createCollaborator(fieldValues, referrer, 'sample');

Check warning on line 21 in src/components/CollaboratorPage/index.jsx

View check run for this annotation

Codecov / codecov/patch

src/components/CollaboratorPage/index.jsx#L21

Added line #L21 was not covered by tests
}

handleCollaboratorEdit(fieldValues) {
Expand Down

0 comments on commit 0e35643

Please sign in to comment.