Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit b94b7cc

Browse files
committed
Fix test
1 parent 17c4c66 commit b94b7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gitCloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('GitCloud Client', function () {
1414
this.timeout(10000);
1515

1616
it('Can get the index', function (done) {
17-
gitCloud('http://nativefier.github.io/gitcloud')
17+
gitCloud('http://jiahaog.github.io/gitcloud')
1818
.then(fileIndex => {
1919
checkIndex(fileIndex);
2020
done()

0 commit comments

Comments
 (0)