Skip to content

Commit 98c7bc7

Browse files
NSHkrNSHkr
authored andcommitted
fix failing pattern test
1 parent ebe3083 commit 98c7bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/elixir_scope/ast_repository/pattern_matcher_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ defmodule ElixirScope.ASTRepository.PatternMatcherTest do
7272
confidence_threshold: 0.8
7373
}
7474

75-
assert {:error, :repository_not_found} =
75+
assert {:error, :missing_pattern_type} =
7676
PatternMatcher.match_ast_pattern(:non_existent_repo, pattern_spec)
7777
end
7878

0 commit comments

Comments
 (0)