From fae8d1f84599cea1d2135da7002528fccb37fa80 Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 14 Jun 2018 17:18:48 -0700 Subject: [PATCH] Fix failing test --- ui/test/flux/components/FuncArg.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/test/flux/components/FuncArg.test.tsx b/ui/test/flux/components/FuncArg.test.tsx index 95ad8d63d..6b2d00864 100644 --- a/ui/test/flux/components/FuncArg.test.tsx +++ b/ui/test/flux/components/FuncArg.test.tsx @@ -10,6 +10,7 @@ const setup = () => { funcName: '', declarationID: '', argKey: '', + args: [], value: '', type: '', service,