Skip to content

Commit fdda8d0

Browse files
committed
unskip
1 parent a549c79 commit fdda8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/issues/issueTodoProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { default as assert } from 'assert';
77
import * as vscode from 'vscode';
88
import { IssueTodoProvider } from '../../issues/issueTodoProvider';
99

10-
describe.skip('IssueTodoProvider', function () {
10+
describe('IssueTodoProvider', function () {
1111
it('should provide both actions when CopilotRemoteAgentManager is available', async function () {
1212
const mockContext = {
1313
subscriptions: []

0 commit comments

Comments
 (0)