mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Add fuse test. Also made some modification to allow the test to work
This commit is contained in:
parent
2008b41b09
commit
99a7829990
15 changed files with 514 additions and 52 deletions
|
|
@ -87,7 +87,7 @@ allprojects {
|
|||
compileOnly(kotlin("stdlib"))
|
||||
|
||||
// Test dependency
|
||||
testImplementation(platform("org.junit:junit-bom:5.9.1"))
|
||||
testImplementation(platform("org.junit:junit-bom:5.11.3"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue