mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: move responsibility of url valdiation to front-frontend (#5129)
* chore: move responsibility of url valdiation to frontend * chore: fix test * chore: fix tauri build
This commit is contained in:
@ -110,7 +110,10 @@ async fn url_cell_data_test() {
|
||||
if let Some(cell) = row_cell.cell.as_ref() {
|
||||
let cell = URLCellData::from(cell);
|
||||
if i == 0 {
|
||||
assert_eq!(cell.url.as_str(), "https://www.appflowy.io/");
|
||||
assert_eq!(
|
||||
cell.data.as_str(),
|
||||
"AppFlowy website - https://www.appflowy.io"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user