Test moving panels

Co-Authored-By: Julia Risley <julia@zed.dev>
This commit is contained in:
Nathan Sobo 2023-05-10 10:41:03 -06:00
parent cc21421ea8
commit 5549669316
6 changed files with 169 additions and 15 deletions

View file

@ -214,10 +214,7 @@ impl WorkspaceDb {
workspace_location = ?2,
left_sidebar_open = ?3,
timestamp = CURRENT_TIMESTAMP
))?((
workspace.id,
&workspace.location,
))
))?((workspace.id, &workspace.location))
.context("Updating workspace")?;
// Save center pane group
@ -454,7 +451,6 @@ impl WorkspaceDb {
#[cfg(test)]
mod tests {
use db::open_test_db;
use super::*;