Skip to content

Commit

Permalink
chore: add note about helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills committed Nov 4, 2020
1 parent 84e4c6f commit b2348d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ERTP/src/displayInfo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { assert, details, q } from '@agoric/assert';

// TODO: assertSubset and assertKeysAllowed are copied from Zoe. Move
// this code to a location where it can be used by ERTP and Zoe
// easily. Perhaps another package.

/**
* Assert all values from `part` appear in `whole`.
*
Expand Down

0 comments on commit b2348d4

Please sign in to comment.