Adjust the test for version 1.4.1.

1.4 1.4.1
Ariya Hidayat 2011-12-31 21:05:10 -08:00
parent 68ad1c2c6e
commit 5842899594
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ describe("phantom global object", function() {
expect(phantom.version.minor).toEqual(4);
});
it("should return 0 as the patch version", function() {
expect(phantom.version.patch).toEqual(0);
it("should return 1 as the patch version", function() {
expect(phantom.version.patch).toEqual(1);
});
it("should have 'injectJs' function", function() {