Skip to content

Commit

Permalink
fixup(liquidationVisibility): remove leftover comment and fix typo.
Browse files Browse the repository at this point in the history
Refs: #35
  • Loading branch information
anilhelvaci committed Jun 17, 2024
1 parent cf11482 commit d3e14f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const setupBasics = async (zoe, contractsWrapper) => {

/**
* NOTE: called separately by each test so zoe/priceAuthority don't interfere
* This helper function will economicCommittee, reserve and auctioneer. It will
* This helper function will create economicCommittee, reserve and auctioneer. It will
* start the vaultFactory and open a new vault with the collateral provided in
* the context. The collateral value will be set by the priceAuthority with the
* ratio provided by priceOrList
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// @ts-check
/**
* @file Bootstrap test of restarting (almost) all vats
*/
import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';
import {
checkVMChildNodes,
Expand Down

0 comments on commit d3e14f2

Please sign in to comment.