Test moving panels
Co-Authored-By: Julia Risley <julia@zed.dev>
This commit is contained in:
parent
cc21421ea8
commit
5549669316
6 changed files with 169 additions and 15 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue