Skip to content

Commit 718df7c

Browse files
chore: remove .only
1 parent bdf4f10 commit 718df7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/apex/loggingCommands.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { LogListResult } from '../../../src/commands/apex/list/log';
1313

1414
config.truncateThreshold = 0;
1515

16-
describe.only('apex log *', () => {
16+
describe('apex log *', () => {
1717
let session: TestSession;
1818
let logId: string | undefined;
1919
before(async () => {

0 commit comments

Comments
 (0)