Skip to content

Commit 33339e6

Browse files
suzmuehyangah
authored andcommitted
test/integration/goDebug.test.ts: remove '.only' from test
There was a .only mistakenly left in the code from testing. Change-Id: Ied126bb4592f77fcdcea5cdf81e23770c37942d8 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/307052 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent d1ca321 commit 33339e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/goDebug.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ const testAll = (ctx: Mocha.Context, isDlvDap: boolean) => {
16371637
]);
16381638
}
16391639

1640-
test.only('next', async function () {
1640+
test('next', async function () {
16411641
if (!isDlvDap) {
16421642
// Not implemented in the legacy adapter.
16431643
this.skip();

0 commit comments

Comments
 (0)