From 939356ef263f842f949d42c02caa6454af2b05b0 Mon Sep 17 00:00:00 2001 From: Steve Pettitt Date: Thu, 3 Mar 2016 07:18:49 +0000 Subject: [PATCH] Update spec with nulls --- spec/javascripts/unit/darkswarm/services/map_spec.js.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/javascripts/unit/darkswarm/services/map_spec.js.coffee b/spec/javascripts/unit/darkswarm/services/map_spec.js.coffee index 6e5fcc320f..669f0ca74d 100644 --- a/spec/javascripts/unit/darkswarm/services/map_spec.js.coffee +++ b/spec/javascripts/unit/darkswarm/services/map_spec.js.coffee @@ -18,7 +18,8 @@ describe "Hubs service", -> orders_close_at: new Date() type: "hub" visible: true - + latitude: null + longitude: null } ]