From bfa8abb93f7960a7ba39f8943fcc341b7c0571b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 16 Jan 2017 19:49:48 +0000 Subject: [PATCH] remove APP namespace from actions --- frontend/test/actions/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/test/actions/index.js b/frontend/test/actions/index.js index 19ba1faf..57199cd9 100644 --- a/frontend/test/actions/index.js +++ b/frontend/test/actions/index.js @@ -12,13 +12,13 @@ const { } = actions; test('updateRouter action', actionTest(updateRouter, { - type: '/APP/UPDATE_ROUTER' + type: '/UPDATE_ROUTER' })); test('updateRouter action', actionTest(updateRouter, { transitionTo: '[Function]' }, { - type: '/APP/UPDATE_ROUTER', + type: '/UPDATE_ROUTER', payload: { transitionTo: '[Function]' }