Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
seankwarren committed Feb 29, 2024
1 parent 6e9f452 commit 2180912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe("getApplicationExecutableFlavorData", () => {
expect(() => {
// @ts-expect-error
getApplicationExecutableFlavorData("unknown_app");
}).to.throw("unknown_app is not a known application with a tree.");
}).to.throw("Cannot use \'in\' operator to search for \'unknown_app\' in undefined");
});
});

Expand Down

0 comments on commit 2180912

Please sign in to comment.