Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Apr 26, 2024
1 parent 0a6df66 commit a2ec8fd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ describe('QueryService', () => {
],
} as unknown as PerWindowState);
expect(hydratedContent).toEqual({
extensions: 'HYDRATED[[]]',
headers: [
{
key: 'Content-Type',
Expand Down Expand Up @@ -107,6 +108,7 @@ describe('QueryService', () => {
}
);
expect(hydratedContent).toEqual({
extensions: 'HYDRATED[[]]',
headers: [
{
key: 'Content-Type',
Expand Down Expand Up @@ -154,6 +156,7 @@ describe('QueryService', () => {
}
);
expect(hydratedContent).toEqual({
extensions: 'HYDRATED[[]]',
headers: [
{
key: 'Content-Type',
Expand Down

0 comments on commit a2ec8fd

Please sign in to comment.