mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Remove println.
This commit is contained in:
parent
e1880616a8
commit
c3122e4902
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ class IncludeExcludeTest : KobaltTest() {
|
|||
fun html() {
|
||||
val inc = IncludedFile(From(""), To(""), listOf(IFileSpec.GlobSpec("**html")))
|
||||
val files = inc.allFromFiles(htmlDir.path)
|
||||
println("Files " + files)
|
||||
Assert.assertEquals(files.size, 1)
|
||||
Assert.assertEquals(files[0].path, A_HTML)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue