Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6a4aab

Browse filesBrowse files
fix tests broken by mocha update
1 parent 629f84d commit a6a4aab
Copy full SHA for a6a4aab

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎test/tests/filter.js‎

Copy file name to clipboardExpand all lines: test/tests/filter.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe("Filter", function() {
104104
var secondFilter = "hellofilter";
105105

106106
after(function(done) {
107-
return Registry.unregister(secondFilter)
107+
Registry.unregister(secondFilter)
108108
.then(function() {
109109
done();
110110
});
Collapse file

‎test/tests/note.js‎

Copy file name to clipboardExpand all lines: test/tests/note.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("Note", function() {
5858
var noteRef = "refs/notes/commits";
5959
var sig = Signature.create("John", "john@doe.com", Date.now(), 0);
6060

61-
return Note.create(this.repository, noteRef, sig, sig, sha, "Testing!", 1)
61+
Note.create(this.repository, noteRef, sig, sig, sha, "Testing!", 1)
6262
.then((noteSha) => Note.remove(this.repository, noteRef, sig, sig, sha))
6363
.then(function() {
6464
return Note.read(test.repository, noteRef, sha).catch(function(ex) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.