Skip to content

Commit 317502c

Browse files
committed
change test project name to be more explicit
1 parent 3064671 commit 317502c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clojure/com/github/clojure_lsp/intellij/slurp_action_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
The test ensures that the Forward Slurp action correctly modifies the code structure
2424
by moving the closing parenthesis forward."
25-
(let [project-name "clojure.core"
25+
(let [project-name "clojure.sample-project"
2626
{:keys [fixtures project deps-file]} (test-utils/setup-test-project project-name)
2727
clj-file (.copyFileToProject ^CodeInsightTestFixture fixtures "foo.clj")]
2828
(is (= project-name (.getName ^Project project)))

0 commit comments

Comments
 (0)