Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Dec 6, 2023
1 parent 91b5509 commit c2d061c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/

import * as assert from 'assert';
import { ensureNoDisposablesAreLeakedInTestSuite } from 'vs/base/test/common/utils';
import { getDomainsOfRemotes, getRemotes } from 'vs/platform/extensionManagement/common/configRemotes';

suite('Config Remotes', () => {
Expand Down Expand Up @@ -127,4 +128,6 @@ suite('Config Remotes', () => {
fetch = +refs/heads/*:refs/remotes/origin/*
`;
}

ensureNoDisposablesAreLeakedInTestSuite();
});

0 comments on commit c2d061c

Please sign in to comment.