Commit ab09080
committed
test: add DeleteImportedSessions method to mock repositories
Fixed failing tests by implementing missing DeleteImportedSessions method
in all mock SessionRepository implementations:
- mockSessionRepo (services_test.go)
- stubSessionRepo (compose_service_test.go)
- mockSessionRepoForPerformance (performance/usecase/service_test.go)
This resolves compilation errors in CI/CD pipeline where tests failed
with "missing method DeleteImportedSessions" error.1 parent b78c64a commit ab09080
File tree
3 files changed
+12
-0
lines changed- internal
- features/performance/usecase
- usecase
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
627 | 631 | | |
628 | 632 | | |
629 | 633 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments