Skip to content

Commit a0ebe40

Browse files
committed
lint: snake_case test name
1 parent e9e3088 commit a0ebe40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_eval_unified.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def test_korean_query_in_english_corpus_marked_cross_language():
254254
assert dims["z002"].cross_language is True
255255

256256

257-
def test_korean_query_in_korean_corpus_NOT_cross_language():
257+
def test_korean_query_in_korean_corpus_not_cross_language():
258258
"""Sanity guard — pure-domain queries must not get the flag."""
259259
from eval.unified import _classify_qfile
260260

0 commit comments

Comments
 (0)