Skip to content

Commit

Permalink
docs(api): ajusta alteração
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Lourenço Marques committed Nov 6, 2023
1 parent e3aa0d6 commit 5e97100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ describe('PoTableComponent:', () => {
});

it("deleteItems: should set false in 'selectAll' and should call 'setTableResponseProperties' if serviceDeleteApi is valid", () => {
component.serviceDeleteApi = 'https://po-sample-api.onrender.comr.com/v1/heroes';
component.serviceDeleteApi = 'https://po-sample-api.onrender.com/v1/heroes';
component.serviceApi = 'https://po-sample-api.onrender.com/v1/heroes';
component.paramDeleteApi = 'id';
component.items = [
Expand Down

0 comments on commit 5e97100

Please sign in to comment.