diff --git a/test/phantom-spec.js b/test/phantom-spec.js index 2a19ad09..8a314760 100644 --- a/test/phantom-spec.js +++ b/test/phantom-spec.js @@ -52,8 +52,8 @@ describe("phantom global object", function() { expect(phantom.version.major).toEqual(1); }); - it("should return 4 as the minor version", function() { - expect(phantom.version.minor).toEqual(4); + it("should return 5 as the minor version", function() { + expect(phantom.version.minor).toEqual(5); }); it("should return 0 as the patch version", function() {