Skip to content

Commit

Permalink
test: reenable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 15, 2018
1 parent 2842ea4 commit 278c56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bitbucket-repository-provider-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test('provider repo with branch name', async t => {
t.is(branch.name, 'master');
});

test.only('create branch', async t => {
test('create branch', async t => {
const provider = new BitbucketProvider(config);
const repository = await provider.repository(REPOSITORY_NAME);
const branches = await repository.branches();
Expand Down

0 comments on commit 278c56c

Please sign in to comment.