Skip to content

Commit aa90fc4

Browse files
committed
Fix test
1 parent 8612848 commit aa90fc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'mkdocs.yml'
1414
- '.github/workflows/ci.yml'
1515
- '.github/workflows/release.yml'
16+
- 'test/**'
1617

1718
jobs:
1819
release-dev-build:

test/eca/features/rules_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
roots [{:uri (h/file-uri "file:///my/project")}]]
4444
(is (match?
4545
(m/embeds [{:type :user-config
46-
:path "/my/project/.foo/cool-rule.md"
46+
:path (h/file-path "/my/project/.foo/cool-rule.md")
4747
:name "cool-rule.md"
4848
:content "MY_RULE_CONTENT"}])
4949
(f.rules/all config roots vars))))))

0 commit comments

Comments
 (0)