Skip to content

Commit

Permalink
test: add test (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy authored Dec 16, 2024
1 parent ec9c382 commit 91c2a92
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 128 deletions.
6 changes: 3 additions & 3 deletions libs/database-entity/src/dto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1224,10 +1224,10 @@ pub struct WorkspaceNamespace {
#[cfg(test)]
mod test {
use crate::dto::{CollabParams, CollabParamsV0};
use crate::error::EntityError;

use bytes::Bytes;
use collab_entity::{proto, CollabType};
use prost::Message;
use collab_entity::CollabType;

use uuid::Uuid;

#[test]
Expand Down
124 changes: 0 additions & 124 deletions tests/ai_test/chat_with_doc_test.rs

This file was deleted.

Loading

0 comments on commit 91c2a92

Please sign in to comment.