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 5a26111 commit 0949acbCopy full SHA for 0949acb
test/lsp-dart-utils-test.el
@@ -32,7 +32,7 @@
32
(ert-deftest lsp-dart--flutter-repo-p--not-flutter-executable-test ()
33
(with-mock
34
(mock (locate-dominating-file * "flutter") => "/not-sdk/bin")
35
- (mock (file-regular-p "/sdk/bin/flutter") => nil)
+ (stub file-regular-p => nil)
36
(should-not (lsp-dart--flutter-repo-p))))
37
38
0 commit comments