mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-07 02:11:11 +03:00
fix session test name
This commit is contained in:
parent
b6482b4347
commit
8f49f71c49
@ -46,7 +46,7 @@ fn test_current_none() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_create_current_no_deltas() {
|
||||
fn test_create_current() {
|
||||
let (repo, project) = test_project().unwrap();
|
||||
let current_session = super::sessions::Session::from_head(&repo, &project);
|
||||
assert!(current_session.is_ok());
|
||||
|
Loading…
Reference in New Issue
Block a user