Skip to content

Commit 65a23a6

Browse files
Reset reflection id while running tests
1 parent 42a82d4 commit 65a23a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/converter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ describe('Converter', function() {
7575
it('converts fixtures', function() {
7676
settings.inputFiles = [path];
7777
settings.expandInputFiles();
78+
TD.resetReflectionID();
7879
result = converter.convert(settings.inputFiles, settings);
7980
});
8081

0 commit comments

Comments
 (0)