Skip to content

Commit

Permalink
test: fix test case name in LogicTest
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jan 30, 2025
1 parent cafd565 commit 01bddc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class LogicTest : FunSpec({
}
}

test("repo with only top-level action and top-level manifest") {
test("repo with only top-level action and no top-level manifest") {
// When
val (isValid, report) = validateTypings(
repoRoot = testRepos.resolve("repo-with-only-top-level-action-and-no-top-level-manifest"),
Expand Down

0 comments on commit 01bddc3

Please sign in to comment.