Skip to content

Commit

Permalink
fix(MethodChainMutatorSpec): Fix test name, so it matches the name of…
Browse files Browse the repository at this point in the history
… the mutator. (#313)
  • Loading branch information
JellePetersHAN authored and simondel committed Jun 3, 2017
1 parent 38effd5 commit 5e53982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ArrayDeclaratorMutator from '../../../src/mutators/ArrayDeclaratorMutator
import * as parser from '../../../src/utils/parserUtils';
import { copy } from '../../../src/utils/objectUtils';

describe('BlockStatementMutator', () => {
describe('ArrayDeclaratorMutator', () => {
let sut: ArrayDeclaratorMutator;

beforeEach(() => sut = new ArrayDeclaratorMutator());
Expand Down

0 comments on commit 5e53982

Please sign in to comment.