Skip to content

Commit

Permalink
fix: rename practice
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Jan 6, 2020
1 parent ac0a1d7 commit 3938c12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { PracticeEvaluationResult } from '../../model';
import { BitbucketPullRequestState, BitbucketService } from '../../services';
import { BitbucketNock } from '../../test/helpers/bitbucketNock';
import { Types } from '../../types';
import { ThinPullRequestsPractice } from './FatPullRequestsPractice';
import { ThinPullRequestsPractice } from './ThinPullRequestsPractice';

describe('ThinPullRequestsPractice', () => {
let practice: ThinPullRequestsPractice;
Expand Down
2 changes: 1 addition & 1 deletion src/practices/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { DoesPullRequestsPractice } from './LanguageIndependent/DoesPullRequests
import { DependenciesVersionMinorPatchLevelPractice } from './JavaScript/DependenciesVersionMinorPatchLevel';
import { CorrectCommitMessagesPractice } from './LanguageIndependent/CorrectCommitMessagesPractice';
import { TimeToSolvePullRequestsPractice } from './LanguageIndependent/TimeToSolvePullRequestsPractice';
import { ThinPullRequestsPractice } from './LanguageIndependent/FatPullRequestsPractice';
import { ThinPullRequestsPractice } from './LanguageIndependent/ThinPullRequestsPractice';

// register practices here
export const practices = [
Expand Down

0 comments on commit 3938c12

Please sign in to comment.