Commit e27a5a1
authored
Fix div in junit-jupiter-starter-gradle-kotlin (#751)
Just a minor detail not relevant for the unit tests at all, but the previous implementation of the div method would do integer division and then convert to double, e.g. div(1, 2) == 0.0, not 0.5 as expected1 parent b3e5633 commit e27a5a1
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
0 commit comments