Skip to content

Commit c4cc856

Browse files
Scott DoverScott Dover
authored andcommitted
chore: fix copyright,tests
Signed-off-by: Scott Dover <[email protected]>
1 parent b2f807d commit c4cc856

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

client/src/connection/rest/RestSASServerAdapter.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
import { FileType, Uri } from "vscode";
25

36
import { AxiosResponse } from "axios";

client/test/components/ContentNavigator/ContentDataProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
ContentSourceType,
2727
} from "../../../src/components/ContentNavigator/types";
2828
import SASContentAdapter from "../../../src/connection/rest/SASContentAdapter";
29-
import { getUri } from "../../../src/connection/rest/util";
29+
import { getSasContentUri as getUri } from "../../../src/connection/rest/util";
3030
import { getUri as getTestUri } from "../../utils";
3131

3232
let stub;

0 commit comments

Comments
 (0)