Skip to content

Commit

Permalink
Fix description for assert function
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Mar 26, 2022
1 parent a35179a commit 7246c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/mock/_asserts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ export async function assertSpyCallAsync<

/**
* Asserts that a spy is called with a specific arg as expected.
* Returns the actual arg.
*/
export function assertSpyCallArg<
Self,
Expand Down

0 comments on commit 7246c77

Please sign in to comment.