Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Apr 17, 2024
1 parent 264679c commit ddf75f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/onRecordFound.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ describe("onRecordFound", function (this: Mocha.Suite) {
.reply(201);
});

const allOnRecordsTasks = allDists.map((dist) =>
const allOnRecordsTasks = allDists.map((dist: Record) =>
onRecordFound(
dist,
registry,
Expand Down

0 comments on commit ddf75f2

Please sign in to comment.