Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Apr 8, 2024
1 parent 73d7a7a commit 1554611
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/wingsdk/test/simulator/simulator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,11 +761,9 @@ describe("in-place updates", () => {
"root/Api/Endpoint started",
"root/Api/OnRequestHandler0 started",
"root/Api/Policy started",
"root/Api/OnRequestHandler0/Policy started",
"root/Api/ApiEventMapping0 started",
"Update: 0 added, 3 updated, 0 deleted",
"root/Api/Policy stopped",
"root/Api/OnRequestHandler0/Policy stopped",
"root/Api/ApiEventMapping0 stopped",
"root/Api/OnRequestHandler0 stopped",
"root/Api/Endpoint stopped",
Expand All @@ -774,7 +772,6 @@ describe("in-place updates", () => {
"root/Api/Endpoint started",
"root/Api/OnRequestHandler0 started",
"root/Api/Policy started",
"root/Api/OnRequestHandler0/Policy started",
"root/Api/ApiEventMapping0 started",
]);
});
Expand Down

0 comments on commit 1554611

Please sign in to comment.