mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-27 02:52:14 +01:00
test(backup): correct unit test
This commit is contained in:
parent
117d16c418
commit
85ccc9fcef
@ -97,7 +97,7 @@ func TestBackupProject(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
if restoredBackup.Meta.ID != proj.ID {
|
||||
if restoredBackup.Meta.Name != proj.Name {
|
||||
t.Fatal("backup meta ID wrong")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user