Skip to content

Commit

Permalink
Edit test extension naming
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Aug 2, 2024
1 parent 03c3c83 commit f40f52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/suite-base/src/services/IdbExtensionLoader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe("IdbExtensionLoader", () => {

it("Installs local extensions", async () => {
const foxe = fs.readFileSync(
`${__dirname}/../test/fixtures/foxglove.studio-extension-turtlesim-0.0.1.foxe`,
`${__dirname}/../test/fixtures/lichtblick.suite-extension-turtlesim-0.0.1.foxe`,
);

const expectedInfo = {
Expand All @@ -76,7 +76,7 @@ describe("IdbExtensionLoader", () => {

it("Installs private extensions", async () => {
const foxe = fs.readFileSync(
`${__dirname}/../test/fixtures/foxglove.studio-extension-turtlesim-0.0.1.foxe`,
`${__dirname}/../test/fixtures/lichtblick.suite-extension-turtlesim-0.0.1.foxe`,
);

const expectedInfo = {
Expand Down

0 comments on commit f40f52c

Please sign in to comment.