Skip to content

Commit df4cc3d

Browse files
authored
Fix README link anchor (#140)
1 parent c649b94 commit df4cc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See the full [reference documentation](https://hexdocs.pm/mock/Mock.html).
1818
* [*setup_with_mocks* - Configure all tests to have the same mocks](#setup_with_mocks---Configure-all-tests-to-have-the-same-mocks)
1919
* [Mocking input dependent output](#Mocking-input-dependent-output)
2020
* [Mocking functions with different arities](#Mocking-functions-with-different-arities)
21-
* [Mocking repeated calls to the same function with different results](#Mocking-repeated-calls-to-the-same-function)
21+
* [Mocking repeated calls to the same function with different results](#mock-repeated-calls)
2222
* [*passthrough* - partial mocking of a module](#passthrough---partial-mocking-of-a-module)
2323
* [Assert called - assert a specific function was called](#Assert-called---assert-a-specific-function-was-called)
2424
* [Assert called - specific value](#Assert-called---specific-value)

0 commit comments

Comments
 (0)