IPVGO: Add history, and details to status, to go API (#1348)

This commit is contained in:
Michael Ficocelli
2024-06-05 21:24:48 -04:00
committed by GitHub
parent 30a6419b11
commit cf48d666f5
6 changed files with 44 additions and 2 deletions
+2
View File
@@ -104,6 +104,8 @@ describe("Netscript Go API unit tests", () => {
whiteScore: 6.5,
blackScore: 6,
previousMove: [0, 2],
bonusCycles: 0,
komi: 5.5,
});
});
});