Skip to content

Commit

Permalink
add missing semantic Context
Browse files Browse the repository at this point in the history
  • Loading branch information
dalejo96 committed Dec 19, 2023
1 parent 6194a57 commit 305da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/prepare.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe("prepare", () => {

context("when cabal file name does not exists", () => {
it("rejects the promise because of the cabal file", async () => {
await expect(prepare(pluginConfigWithoutCabal, contextWithoutRelease)).toBeRejected();
await expect(prepare(pluginConfigWithoutCabal, semanticContext)).toBeRejected();
});
});

Expand Down

0 comments on commit 305da2f

Please sign in to comment.