From 4fa7106f2c66c7a82333b2201ead24666fc95e74 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 14 Oct 2023 00:42:03 +0800 Subject: [PATCH] fix msg error answer --- c_bindings/test_answers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_bindings/test_answers.txt b/c_bindings/test_answers.txt index 39fa0769..f396bdeb 100644 --- a/c_bindings/test_answers.txt +++ b/c_bindings/test_answers.txt @@ -50,7 +50,7 @@ retmany_x : 1 retmany_x : 2 retmany_x : 3 successfully errored with this message: -TypeError: x() takes 0 positional arguments but 2 were given +TypeError: x() takes 2 positional arguments but 0 were given ['hello'] ====== test bindings ======