Skip to content

Commit

Permalink
Update Context.tests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Feb 18, 2024
1 parent b90f5f8 commit 5133cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Library/Context.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe("Library/Context", () => {
}
});

it("should set internalSdkVersion to 'prefix_node:<version>'", () => {
it("should set internalSdkVersion to 'prefix_node:<version>' in manual SDK scenarios", () => {
var context = new Context();
const packageJsonPath = path.resolve(__dirname, "../../../", "./package.json");
let packageJson = JSON.parse(fs.readFileSync(packageJsonPath, "utf8"));
Expand Down

0 comments on commit 5133cb0

Please sign in to comment.