From 12f7f68dda7158a6b33dd70ebf06cbf93be203a0 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 7 Apr 2018 22:23:37 -0400 Subject: [PATCH] Fix debug flag test --- test/spec/core/context.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/spec/core/context.js b/test/spec/core/context.js index df3fbfdbf..3d7a5a175 100644 --- a/test/spec/core/context.js +++ b/test/spec/core/context.js @@ -57,6 +57,7 @@ describe('iD.Context', function() { flags = { tile: false, collision: false, + community: false, imagery: false, imperial: false, driveLeft: false,