From f61553f945cf39a4cb65aae3d73c7d28d93cf661 Mon Sep 17 00:00:00 2001 From: zefr0x Date: Sat, 24 May 2025 19:37:43 +0300 Subject: [PATCH] fix tests Signed-off-by: zefr0x --- python/wpt/tests/non-wpt.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/wpt/tests/non-wpt.diff b/python/wpt/tests/non-wpt.diff index 0e3862805e4..4ca25cd01fe 100644 --- a/python/wpt/tests/non-wpt.diff +++ b/python/wpt/tests/non-wpt.diff @@ -5,6 +5,6 @@ index 10d52a0..92fb89d 100644 @@ -8,3 +8,4 @@ # except according to those terms. - print('this is a python file') -+print('this is a change') + print("this is a python file") ++print("this is a change")