From 1b98d8b1d4d40aa3b146e59afd63708ff8338e55 Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Mon, 11 Dec 2023 17:30:49 +0800 Subject: [PATCH] add pin friend test --- scripts/install/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install/test.sh b/scripts/install/test.sh index 2742152a8..46b3cff10 100755 --- a/scripts/install/test.sh +++ b/scripts/install/test.sh @@ -614,9 +614,9 @@ function openim::test::friend() { # 13. pin Friend # Add this call to your test suite where appropriate - openim::test::update_pin_status "${TEST_USER_ID}" true ${FRIEND_USER_ID} + openim::test::update_pin_status "${TEST_USER_ID}" true "${FRIEND_USER_ID}" - openim::test::update_pin_status "${TEST_USER_ID}" false ${FRIEND_USER_ID} + openim::test::update_pin_status "${TEST_USER_ID}" false "${FRIEND_USER_ID}" # Log the completion of the friend test suite. openim::log::success "Friend test suite completed successfully."