Skip to content

Commit

Permalink
Update test with correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
frangeris committed Oct 4, 2024
1 parent 149328b commit 429e147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("service", () => {
describe("build", () => {
it("should return empty string if no path is provided", () => {
const service = new Service("/resource");
expect(service["build"]()).toBe("");
expect(service["build"]()).toBe("/resource");
});

it("should return the path if a string path is provided", () => {
Expand Down

0 comments on commit 429e147

Please sign in to comment.