mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 11:22:17 +08:00
add pin friend test
This commit is contained in:
parent
8d4f3e3564
commit
1b98d8b1d4
@ -614,9 +614,9 @@ function openim::test::friend() {
|
|||||||
|
|
||||||
# 13. pin Friend
|
# 13. pin Friend
|
||||||
# Add this call to your test suite where appropriate
|
# 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.
|
# Log the completion of the friend test suite.
|
||||||
openim::log::success "Friend test suite completed successfully."
|
openim::log::success "Friend test suite completed successfully."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user