Skip to content

Commit

Permalink
fix(token-list): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n1c01a5 committed Mar 5, 2019
1 parent 2d9ce73 commit edd66df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arbitrable-token-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ contract('ArbitrableTokenList', function(accounts) {
)
})

it('should execute request, raise a dispute, the requester wins the dispute (`RegistrationRequested`), do a appeal and challenger wins (`Absent`)', async () => {
it('should execute request, raise a dispute, the requester wins the dispute (`RegistrationRequested`), do an appeal and challenger wins (`Absent`)', async () => {
const tx1 = await arbitrableTokenList.requestStatusChange(
'Pinakion2',
'PNK2',
Expand Down

0 comments on commit edd66df

Please sign in to comment.