mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
DNET: Player feedback (#2545)
This commit is contained in:
committed by
GitHub
parent
73b7921ef0
commit
1b6b07faae
@@ -774,7 +774,7 @@ describe("darkweb", () => {
|
||||
test("openCache", () => {
|
||||
const ns = getNsOnDarkWeb();
|
||||
const darkweb = getDarknetServerOrThrow(SpecialServers.DarkWeb);
|
||||
const result = addCacheToServer(darkweb, "test");
|
||||
const result = addCacheToServer(darkweb, false, "test");
|
||||
if (!result.success) {
|
||||
throw new Error("Cannot add cache");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user