From 2ba89e56af2e8968f63d4bed36906944108acd7b Mon Sep 17 00:00:00 2001 From: Marcos Almonacid Date: Mon, 15 Jun 2020 01:26:36 -0300 Subject: [PATCH] fix README links (#121) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d1072c..8f95acc 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ See the full [reference documentation](https://hexdocs.pm/mock/Mock.html). # Table of Contents * [Mock](#Mock) * [Installation](#Installation) - * [*with_mock* - Mocking a single module](#*with_mock*---Mocking-a-single-module) - * [*with_mocks* - Mocking multiple modules](#*with_mocks*---Mocking-multiple-modules) - * [*test_with_mock* - with_mock helper](#*test_with_mock*---with_mock-helper) - * [*setup_with_mocks* - Configure all tests to have the same mocks](#*setup_with_mocks*---Configure-all-tests-to-have-the-same-mocks) + * [*with_mock* - Mocking a single module](#with_mock---Mocking-a-single-module) + * [*with_mocks* - Mocking multiple modules](#with_mocks---Mocking-multiple-modules) + * [*test_with_mock* - with_mock helper](#test_with_mock---with_mock-helper) + * [*setup_with_mocks* - Configure all tests to have the same mocks](#setup_with_mocks---Configure-all-tests-to-have-the-same-mocks) * [Mocking input dependant output](#Mocking-input-dependant-output) * [Mocking functions with different arities](#Mocking-functions-with-different-arities) - * [*passthrough* - partial mocking of a module](#*passthrough*---partial-mocking-of-a-module) + * [*passthrough* - partial mocking of a module](#passthrough---partial-mocking-of-a-module) * [Assert called - assert a specific function was called](#Assert-called---assert-a-specific-function-was-called) * [Assert called - specific value](#Assert-called---specific-value) * [Assert called - wildcard](#Assert-called---wildcard)