Skip to content

Commit

Permalink
Fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Dec 2, 2023
1 parent 071944e commit f2198f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ describe("Redux DevTools Effector adapter", () => {
"loc": {
"column": 33,
"file": "/src/index.test.ts",
"line": 2066,
"line": 1901,
},
"params": undefined,
"type": "☄️ [effect] anotherLevelAttachFx",
Expand All @@ -1933,7 +1933,7 @@ describe("Redux DevTools Effector adapter", () => {
"loc": {
"column": 23,
"file": "/src/index.test.ts",
"line": 2062,
"line": 1897,
},
"params": undefined,
"type": "☄️ [effect] attachedFx",
Expand All @@ -1946,7 +1946,7 @@ describe("Redux DevTools Effector adapter", () => {
"loc": {
"column": 19,
"file": "/src/index.test.ts",
"line": 2058,
"line": 1893,
},
"params": undefined,
"type": "☄️ [effect] rootFx",
Expand Down Expand Up @@ -2010,7 +2010,7 @@ describe("Redux DevTools Effector adapter", () => {
"loc": {
"column": 23,
"file": "/src/index.test.ts",
"line": 2153,
"line": 1988,
},
"params": undefined,
"type": "☄️ [effect] attachFnFx",
Expand Down

0 comments on commit f2198f0

Please sign in to comment.