Agoric / nat

Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError
Apache License 2.0
5 stars 4 forks source link

Add small fixes to Integration Tests #25

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Description

This PR adds a number of small fixes to the integration tests. It:

Test

You can use the CircleCI command line tool to test locally: circleci local execute --job test_integration circleci local execute --job post_release_test_integration