From 342433f09d1e1494b29c6e66fc5b854c10c6b26b Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Fri, 14 Oct 2022 18:22:04 +0200 Subject: [PATCH] Change to trigger CI --- spacy/tests/test_util.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/spacy/tests/test_util.py b/spacy/tests/test_util.py index e84514fde..58e56c143 100644 --- a/spacy/tests/test_util.py +++ b/spacy/tests/test_util.py @@ -136,10 +136,7 @@ def test_get_byte_arrays_for_search_chars_width_4_case_sensitive(): assert w2_finding == _correct_endianness( b"b\x00\x00\x00f\x00\x00\x00w\x00\x00\x00\xc9\x00\x00\x00\xe9\x00\x00\x00" ) - assert ( - w4_search - == w4_finding - == _correct_endianness( - b"\x1e\x03\x01\x00b\x00\x00\x00f\x00\x00\x00w\x00\x00\x00\xc9\x00\x00\x00\xe9\x00\x00\x00" - ) + assert w4_search == w4_finding + assert w4_finding == _correct_endianness( + b"\x1e\x03\x01\x00b\x00\x00\x00f\x00\x00\x00w\x00\x00\x00\xc9\x00\x00\x00\xe9\x00\x00\x00" )