We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b377a commit 249950bCopy full SHA for 249950b
2 files changed
test/tests/rebase.js
@@ -667,7 +667,7 @@ describe("Rebase", function() {
667
"There should not be a rebase in progress");
668
})
669
.catch(function(e) {
670
- assert.equal(e.message, "There is no rebase in progress");
+ assert.equal(e.message, "there is no rebase in progress");
671
});
672
673
.then(function() {
test/tests/revparse.js
@@ -37,7 +37,7 @@ describe("Revparse", function() {
37
38
.catch(function(error) {
39
assert.ok(error instanceof Error);
40
- assert.equal(error.message, "Revspec 'INVALID' not found.");
+ assert.equal(error.message, "revspec 'INVALID' not found");
41
42
43
0 commit comments