1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

github: import after publish to get all files

This commit is contained in:
Steven Hugg
2019-08-28 22:12:45 -04:00
parent 83f14161e3
commit 211386e7bf
4 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ describe('Store', function() {
var reponame = 'testrepo'+t0;
// should fail
gh.publish(reponame, "new description", "mit", false).then( (sess) => {
assert.ok(serv.getRepos()[sess.repopath]);
//assert.ok(serv.getRepos()[sess.repopath]);
return gh.deleteRepository(sess.url);
}).then( () => {
done();