Skip to content

Commit

Permalink
Fix overwriteRoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Oct 19, 2023
1 parent 5583a99 commit f888f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integ/crypto/crypto.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function expectEncryptedSendMessage() {
},
// append to the list of intercepts on this path (since we have some tests that call
// this function multiple times)
{ overwriteRoutes: true },
{ overwriteRoutes: false },
);
});
}
Expand Down

0 comments on commit f888f2a

Please sign in to comment.