udacity / nd1309-p2-Decentralized-Star-Notary-Service-Starter-Code

Code for the ND1309 v2 C2 project
Other
9 stars 96 forks source link

Fix unittest that does not pass #16

Open samraul opened 2 years ago

samraul commented 2 years ago
  ✓ can Create a Star (49ms)
  ✓ lets user1 put up their star for sale (53ms)
  ✓ lets user1 get the funds after the sale (100ms)
  ✓ lets user2 buy a star, if it is put up for sale (113ms)
  ✓ lets user2 buy a star and decreases its balance in ether (88ms)
  ✓ can add the star name and star symbol properly
  ✓ lets 2 users exchange stars (126ms)
  ✓ lets a user transfer a star (73ms)
  ✓ lookUptokenIdToStarInfo test (41ms)

  9 passing (668ms)