Port tests to new job archive version

This commit is contained in:
2024-11-16 07:03:29 +01:00
parent cdd45ce88b
commit 3ab26172c4
4 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ func TestInit(t *testing.T) {
if fsa.path != "testdata/archive" {
t.Fail()
}
if version != 1 {
if version != 2 {
t.Fail()
}
if len(fsa.clusters) != 3 || fsa.clusters[1] != "emmy" {

View File

@@ -1 +1 @@
1
2