Fix unit tests

This commit is contained in:
Jan Eitzinger
2023-03-22 07:05:41 +01:00
parent 5d526e1168
commit a168efa8c8
5 changed files with 88 additions and 15 deletions

View File

@@ -141,7 +141,7 @@ func TestLoadCluster(t *testing.T) {
t.Fatal(err)
}
if cfg.SubClusters[0].CoresPerSocket != 10 {
if cfg.SubClusters[0].CoresPerSocket != 4 {
t.Fail()
}
}