Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jun 3, 2022
1 parent 2925689 commit 7d62c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/feed/src/node/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ export const getImageMineType = (ext = ""): string =>
: ""
}`;

export const FEED_GENERATOR = "vuepress-plugin-feed2";
export const FEED_GENERATOR = "vuepress-plugin-feed1";
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import { encodeXML } from "../src/node/utils";
import { encodeXML } from "../../src/node";

describe("Encode XML", () => {
it("should encode", () => {
Expand Down

0 comments on commit 7d62c92

Please sign in to comment.