From 2b1226abe750b60ff609006397546938ef5caafe Mon Sep 17 00:00:00 2001 From: Andrii Vorobiov Date: Fri, 24 Jan 2020 15:42:48 +0200 Subject: [PATCH] ui: Fix linting error Release note: None --- pkg/ui/src/app.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ui/src/app.spec.tsx b/pkg/ui/src/app.spec.tsx index fa76bea095e8..4207f1fdead5 100644 --- a/pkg/ui/src/app.spec.tsx +++ b/pkg/ui/src/app.spec.tsx @@ -353,7 +353,7 @@ describe("Routing to", () => { }); // TODO (koorosh): Disabled due to strange failure on internal - // behaviour of ReduxDebug component under test env. + // behavior of ReduxDebug component under test env. xdescribe("'/debug/redux' path", () => { it("routes to component", () => { navigateToPath("/debug/redux");