Skip to content

Commit 1ac7fd6

Browse files
committed
fixing copy right message
1 parent 927de0a commit 1ac7fd6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/views/live-watch/live-watch.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2025 Arm Limited
2+
* Copyright 2025 Arm Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,17 +17,14 @@
1717
/* eslint-disable @typescript-eslint/no-explicit-any */
1818
import * as vscode from 'vscode';
1919
import { debugSessionFactory, extensionContextFactory } from '../../__test__/vscode.factory';
20-
//import { LiveWatchTreeDataProvider } from './live-watch';
20+
import { LiveWatchTreeDataProvider } from './live-watch';
2121
import { GDBTargetDebugSession, GDBTargetDebugTracker } from '../../debug-session';
2222
import { gdbTargetConfiguration } from '../../debug-configuration/debug-configuration.factory';
2323
import { GDBTargetConfiguration } from '../../debug-configuration';
2424

2525
// Inline mock for registerTreeDataProvider specific to these tests
2626
const registerTreeDataProviderMock = jest.fn(() => ({ dispose: jest.fn() }));
2727

28-
import { LiveWatchTreeDataProvider } from './live-watch';
29-
30-
3128
describe('LiveWatchTreeDataProvider', () => {
3229
let liveWatchTreeDataProvider: LiveWatchTreeDataProvider;
3330
let tracker: GDBTargetDebugTracker;

0 commit comments

Comments
 (0)