We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3064671 commit 317502cCopy full SHA for 317502c
src/test/clojure/com/github/clojure_lsp/intellij/slurp_action_test.clj
@@ -22,7 +22,7 @@
22
23
The test ensures that the Forward Slurp action correctly modifies the code structure
24
by moving the closing parenthesis forward."
25
- (let [project-name "clojure.core"
+ (let [project-name "clojure.sample-project"
26
{:keys [fixtures project deps-file]} (test-utils/setup-test-project project-name)
27
clj-file (.copyFileToProject ^CodeInsightTestFixture fixtures "foo.clj")]
28
(is (= project-name (.getName ^Project project)))
0 commit comments