Commit 95ee66a
committed
Fix remaining JUnit Jupiter compilation errors: missing imports and assertNotEquals argument order
- ChatResponseTest: add missing assertNull static import
- LlamaPublisherTest: add missing fail static import
- LoadProgressCallbackTest: swap assertNotEquals args to message-last order
https://claude.ai/code/session_01Wz6qiYa6SGNirh9tVs4jUL1 parent 6186015 commit 95ee66a
3 files changed
Lines changed: 3 additions & 1 deletion
File tree
- src/test/java/net/ladenthin/llama
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments