Merge branch 'main' into panels

This commit is contained in:
Antonio Scandurra 2023-05-22 13:52:50 +02:00
commit 146809eef0
183 changed files with 10202 additions and 5720 deletions

View file

@ -497,10 +497,8 @@ impl WorkspaceDb {
#[cfg(test)]
mod tests {
use db::open_test_db;
use super::*;
use db::open_test_db;
#[gpui::test]
async fn test_next_id_stability() {