Skip to content

Commit

Permalink
Single act in test
Browse files Browse the repository at this point in the history
  • Loading branch information
narsaynorath committed Dec 10, 2024
1 parent c1f35d0 commit 635a0ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ describe('UrlParamBatchProvider', () => {

act(() => {
batchUrlParamUpdates({foo: 'bar'});
});
act(() => {
batchUrlParamUpdates({potato: 'test'});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export function UrlParamBatchProvider({children}: {children: React.ReactNode}) {
if (Object.keys(pendingUpdates).length === 0) {
return;
}

navigate({
...location,
query: {
Expand Down

0 comments on commit 635a0ff

Please sign in to comment.