From d3e14f2f648000b9ea1db525a052b80b12a85d47 Mon Sep 17 00:00:00 2001 From: anilhelvaci Date: Mon, 10 Jun 2024 16:05:45 +0300 Subject: [PATCH] fixup(liquidationVisibility): remove leftover comment and fix typo. Refs: #35 --- packages/inter-protocol/test/liquidationVisibility/tools.js | 2 +- .../liquidationVisibility/test-liquidation-compatibility.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/inter-protocol/test/liquidationVisibility/tools.js b/packages/inter-protocol/test/liquidationVisibility/tools.js index 079795522a7..8adc7213856 100644 --- a/packages/inter-protocol/test/liquidationVisibility/tools.js +++ b/packages/inter-protocol/test/liquidationVisibility/tools.js @@ -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 diff --git a/packages/vats/test/bootstrapTests/liquidationVisibility/test-liquidation-compatibility.js b/packages/vats/test/bootstrapTests/liquidationVisibility/test-liquidation-compatibility.js index d2c06264da4..882378e7d40 100644 --- a/packages/vats/test/bootstrapTests/liquidationVisibility/test-liquidation-compatibility.js +++ b/packages/vats/test/bootstrapTests/liquidationVisibility/test-liquidation-compatibility.js @@ -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,