mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
test: rename test_aeap_transition_{0,1} to test_aeap_transition_{single,group}
This commit is contained in:
@@ -49,11 +49,11 @@ enum ChatForTransition {
|
|||||||
use ChatForTransition::*;
|
use ChatForTransition::*;
|
||||||
|
|
||||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||||
async fn test_aeap_transition_0() {
|
async fn test_aeap_transition_single() {
|
||||||
check_aeap_transition(Single).await;
|
check_aeap_transition(Single).await;
|
||||||
}
|
}
|
||||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||||
async fn test_aeap_transition_1() {
|
async fn test_aeap_transition_group() {
|
||||||
check_aeap_transition(GroupChat).await;
|
check_aeap_transition(GroupChat).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user