Skip to content

Commit

Permalink
fix(test): remove registrar test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Oct 22, 2019
1 parent 41725bf commit 9538fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unitTests/more/registrar/test-registrar.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test('Registrar operations', async t => {
}
});

test.only('Registrar collisions', async t => {
test('Registrar collisions', async t => {
try {
const registrarService = makeRegistrar('collide');
const iterations = 3000;
Expand Down

0 comments on commit 9538fda

Please sign in to comment.