Skip to content

Commit

Permalink
test: update event tests for plugin naming
Browse files Browse the repository at this point in the history
Updated test data to reflect new plugin names for accuracy.
  • Loading branch information
gentlementlegen committed Oct 30, 2024
1 parent a71eb67 commit 1593145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe("Event related tests", () => {
data: {
content: btoa(
JSON.stringify({
name: "plugin",
name: "plugin A",
commands: {
action: {
description: "action",
Expand Down Expand Up @@ -148,16 +148,16 @@ describe("Event related tests", () => {
plugins:
- name: "Some Action plugin"
uses:
- id: plugin-B
plugin: ubiquity-os/plugin-b
- id: plugin-c
plugin: ubiquity-os/plugin-c
`,
};
} else if (params?.path === "manifest.json") {
return {
data: {
content: btoa(
JSON.stringify({
name: "plugin",
name: "plugin c",
})
),
},
Expand Down

0 comments on commit 1593145

Please sign in to comment.