Skip to content

Commit 6674d38

Browse files
committed
test: remove it.only
1 parent 763d3c8 commit 6674d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nuts/delete/source.nut.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('project delete source NUTs', () => {
141141
expect(fs.existsSync(pathToClass)).to.be.false;
142142
});
143143

144-
it.only('should source:delete an ApexClass only if a specific test pass', async () => {
144+
it('should source:delete an ApexClass only if a specific test pass', async () => {
145145
const { apexName, pathToClass } = createApexClass();
146146
const response = execCmd<DeleteSourceJson>(
147147
`project:delete:source --json --no-prompt --metadata ApexClass:${apexName} --test-level RunSpecifiedTests --tests GeocodingServiceTest`,

0 commit comments

Comments
 (0)