Skip to content

Commit

Permalink
chore: review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Apr 29, 2024
1 parent 699c5c9 commit 86da7b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { getDetailsMatchingVats } from './vatDetails.js';

test('new auction vat', async t => {
const details = await getDetailsMatchingVats('auctioneer');
// This query matches both the auction and its governor
t.true(Object.keys(details).length > 2);
// This query matches both the auction and its governor, so 2*2
t.is(Object.keys(details).length, 4);
});

0 comments on commit 86da7b7

Please sign in to comment.