Skip to content

Commit

Permalink
test: disable operation functions as dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Dec 5, 2017
1 parent f987c8a commit e1de2ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/OpenSTUtility.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ contract('OpenSTUtility', function(accounts) {
})
})

/**
* note: code is removed from contracts as unused and space needed for protocol completion
TODO: remove once certain no such logic is required
describe('AddNameReservation', async () => {
before(async () => {
Expand Down Expand Up @@ -577,4 +580,5 @@ contract('OpenSTUtility', function(accounts) {
await Utils.expectThrow(openSTUtility.removeSymbolRoute(hashSymbol, { from: accounts[2] }));
})
})
*/
})

0 comments on commit e1de2ce

Please sign in to comment.