Skip to content

Commit

Permalink
fix: test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
a1exwang committed Nov 30, 2023
1 parent 6ed6d64 commit 509b586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as sinon from "sinon";
import { LogProvider } from "@microsoft/teamsfx-api";
import { CoreDepsLoggerAdapter } from "../../../src/common/deps-checker/coreDepsLoggerAdapter";

describe("Func Tools Checker Test", () => {
describe("CoreDepsLoggerAdapter", () => {
const sandbox = sinon.createSandbox();

afterEach(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { TelemetryReporter } from "@microsoft/teamsfx-api";
import { CoreDepsTelemetryAdapter } from "../../../src/common/deps-checker/coreDepsTelemetryAdapter";
import { DepsCheckerEvent } from "../../../src/common/deps-checker/constant";

describe("Func Tools Checker Test", () => {
describe("CoreDepsTelemetryAdapter", () => {
const sandbox = sinon.createSandbox();

beforeEach(() => {
Expand Down

0 comments on commit 509b586

Please sign in to comment.