Commit 4fd5060
fix(test): add missing s3TierMoveFactor matcher in ClickHouseStartTest
buildAllResources gained a 5th parameter (s3TierMoveFactor) in this PR
but the test mocks still used 4 matchers, causing Mockito to throw
InvalidUseOfMatchersException: 5 matchers expected, 4 recorded.
Co-authored-by: Jon Haddad <rustyrazorblade@users.noreply.github.com>1 parent af04d3b commit 4fd5060
File tree
1 file changed
+2
-1
lines changed- src/test/kotlin/com/rustyrazorblade/easydblab/commands/clickhouse
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
| |||
0 commit comments