mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
tests: AppFlowy Cloud integration test (#4015)
* chore: save cloud ofnig * chore: fix .a link warnings * chore: add cloud test runner * refactor: test folder * ci: add test * ci: add test * ci: fix * ci: fix
This commit is contained in:
@ -69,7 +69,7 @@ async fn sign_in_with_invalid_email() {
|
||||
|
||||
assert_eq!(
|
||||
EventBuilder::new(sdk)
|
||||
.event(SignIn)
|
||||
.event(SignInWithEmailPassword)
|
||||
.payload(request)
|
||||
.async_send()
|
||||
.await
|
||||
@ -95,7 +95,7 @@ async fn sign_in_with_invalid_password() {
|
||||
};
|
||||
|
||||
assert!(EventBuilder::new(sdk)
|
||||
.event(SignIn)
|
||||
.event(SignInWithEmailPassword)
|
||||
.payload(request)
|
||||
.async_send()
|
||||
.await
|
||||
|
Reference in New Issue
Block a user