From dace0ca6c5aa59430bf478e846ff19c1556f2b72 Mon Sep 17 00:00:00 2001 From: Boris Staletic Date: Mon, 2 Dec 2024 22:49:51 +0100 Subject: [PATCH] fixup! Upgrade jedi to support python 3.13 --- ycmd/tests/rust/inlay_hints_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ycmd/tests/rust/inlay_hints_test.py b/ycmd/tests/rust/inlay_hints_test.py index ed46b46601..1457f032e6 100644 --- a/ycmd/tests/rust/inlay_hints_test.py +++ b/ycmd/tests/rust/inlay_hints_test.py @@ -107,7 +107,7 @@ def test_basic( self, app ): has_entries( { 'kind': 'Type', 'position': LocationMatcher( filepath, 12, 10 ), - 'label': ': Builder ' + 'label': ': Builder' } ), ), } )