Guest User

Untitled

a guest
Nov 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. it('should check the type of the event', async () => {
  2. const result = await instance.changeName('hello event');
  3. truffleAssert.eventEmitted(result, 'NameEvent');
  4. });
Add Comment
Please, Sign In to add comment