mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Fix test failures on main (#735)
This commit is contained in:
@@ -112,6 +112,8 @@ class TestsTest : AbstractTest() {
|
||||
assertThat(output.trimStart())
|
||||
.startsWith(
|
||||
"""
|
||||
> Task :evalTestGatherImports
|
||||
|
||||
> Task :evalTest FAILED
|
||||
pkl: TRACE: 8 = 8 (file:///file, line x)
|
||||
module test
|
||||
@@ -181,6 +183,8 @@ class TestsTest : AbstractTest() {
|
||||
assertThat(output.trimStart())
|
||||
.startsWith(
|
||||
"""
|
||||
> Task :evalTestGatherImports
|
||||
|
||||
> Task :evalTest FAILED
|
||||
module test
|
||||
facts
|
||||
|
||||
Reference in New Issue
Block a user