aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__/ducks
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/__tests__/ducks')
-rw-r--r--web/src/js/__tests__/ducks/tutils.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/src/js/__tests__/ducks/tutils.js b/web/src/js/__tests__/ducks/tutils.js
index 70992bcb..f140222d 100644
--- a/web/src/js/__tests__/ducks/tutils.js
+++ b/web/src/js/__tests__/ducks/tutils.js
@@ -10,9 +10,9 @@ export function createStore(parts) {
export function TFlow(intercepted=false, marked=false, modified=false) {
return {
- intercepted : intercepted,
- marked : marked,
- modified: modified,
+ intercepted ,
+ marked,
+ modified,
id: "foo",
request: {
scheme: 'http',