Skip to content

Commit 23038a0

Browse files
authored
Merge pull request #1378 from TWiStErRob/patch-2
Change mockk configuration paths to test sourceSet
2 parents c287427 + 5295383 commit 23038a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ val builderMock = mockk<MyBuilder> {
13011301
To adjust parameters globally, there are a few settings you can specify in a resource file.
13021302

13031303
How to use:
1304-
1. Create a `io/mockk/settings.properties` file in `src/main/resources`.
1304+
1. Create a `io/mockk/settings.properties` file in `src/test/resources`.
13051305
2. Put any of the following options:
13061306
```properties
13071307
relaxed=true|false
@@ -1554,7 +1554,7 @@ You can configure Restricted Mocking behavior using the `mockk.properties` file.
15541554
Place the file in one of the following directories:
15551555

15561556
```plaintext
1557-
src/main/resources/mockk.properties
1557+
src/test/resources/mockk.properties
15581558
```
15591559

15601560
#### 2. Configuration Options

0 commit comments

Comments
 (0)