mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-08 14:39:48 +00:00
chore: clippy
This commit is contained in:
parent
75da496128
commit
01d73f2753
@ -33,7 +33,7 @@ void main() {
|
|||||||
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
||||||
|
|
||||||
group('appflowy cloud', () {
|
group('appflowy cloud', () {
|
||||||
testWidgets('anon user -> sign in -> open imported space', (tester) async {
|
testWidgets('anon user', (tester) async {
|
||||||
await tester.initializeAppFlowy(
|
await tester.initializeAppFlowy(
|
||||||
cloudType: AuthenticatorType.appflowyCloudSelfHost,
|
cloudType: AuthenticatorType.appflowyCloudSelfHost,
|
||||||
);
|
);
|
||||||
|
|||||||
@ -9,7 +9,6 @@ use std::pin::Pin;
|
|||||||
use std::sync::{Arc, RwLock};
|
use std::sync::{Arc, RwLock};
|
||||||
use std::task::{Context, Poll};
|
use std::task::{Context, Poll};
|
||||||
use std::{ffi::CStr, os::raw::c_char};
|
use std::{ffi::CStr, os::raw::c_char};
|
||||||
use tokio::runtime::Builder;
|
|
||||||
use tokio::sync::mpsc;
|
use tokio::sync::mpsc;
|
||||||
use tokio::task::LocalSet;
|
use tokio::task::LocalSet;
|
||||||
use tracing::{debug, error, info, trace, warn};
|
use tracing::{debug, error, info, trace, warn};
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
use collab_database::fields::Field;
|
use collab_database::fields::Field;
|
||||||
use collab_database::rows::{Cell, RowCell};
|
use collab_database::rows::Cell;
|
||||||
|
|
||||||
use crate::entities::CalculationType;
|
use crate::entities::CalculationType;
|
||||||
use crate::services::field::TypeOptionCellExt;
|
use crate::services::field::TypeOptionCellExt;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user