Skip to content

Commit

Permalink
test(Map): fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Oct 29, 2014
1 parent 7413098 commit 365941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/Map-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ describe("Map", function() {
map, "div"
);

expect(divCanvas.getDOMNode().getAttribute("style")).toEqual("width:100%;height:400px;");
expect(divCanvas.getDOMNode().getAttribute("style")).toEqual(null);
});
});

0 comments on commit 365941c

Please sign in to comment.