Skip to content

Commit

Permalink
feat(currentTeamProjectValidation): ran linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisraymond-uchicago committed Nov 21, 2023
1 parent 20ebc8e commit c00c9a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const sampleData = {
};

describe('IsCurrentTeamProjectValid', () => {
it(`should return false if data doesn't contain teams`, () => {
it('should return false if data doesn\'t contain teams', () => {
const result = IsCurrentTeamProjectValid({ notTeams: [] });
expect(result).toBe(false);
});
Expand Down

0 comments on commit c00c9a7

Please sign in to comment.