fix session test name

This commit is contained in:
Nikita Galaiko 2023-02-21 14:33:36 +01:00
parent b6482b4347
commit 8f49f71c49
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D

View File

@ -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());