Skip to content

Commit

Permalink
Fix incorrect test name
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKranz committed Dec 2, 2024
1 parent 29452e0 commit ff0f43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patcher/replacer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const MOCK_JSON = {

describe("replacer", () => {
describe("replacer", () => {
it("should throw an error if nothing is added", () => {
it("should return { didFindOccurrence: false } if nothing is added", () => {
const { didFindOccurrence } = replacer({
json: {
elements: [],
Expand Down

0 comments on commit ff0f43e

Please sign in to comment.