tests: AppData tests

This commit is contained in:
Jack Wills
2024-01-13 17:17:26 +00:00
parent d0b2721192
commit b9df4e446a
4 changed files with 1300 additions and 140 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ impl DockerData {
app_data
.lock()
.update_stats(&id, cpu_stats, mem_stat, mem_limit, rx, tx);
.update_stats_by_id(&id, cpu_stats, mem_stat, mem_limit, rx, tx);
}
}
spawns.lock().remove(&spawn_id);