Skip to content

Commit

Permalink
test: fixed docs examples tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Jun 10, 2024
1 parent 0674a3b commit 4b1bcfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { TaskExecutor, ProposalFilterFactory } from "@golem-sdk/task-executor";
import { TaskExecutor } from "@golem-sdk/task-executor";
import { pinoPrettyLogger } from "@golem-sdk/pino-logger";
import { ProposalFilterFactory } from "@golem-sdk/golem-js";

/**
* Example demonstrating how to use the predefined filter `allowProvidersByName`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>Logs</h3>
api: { key: "try_golem", url: document.getElementById("YAGNA_API_BASEPATH").value },
demand: {
workload: {
imageTag: "golem/node:20-alpine",
imageTag: "golem/imagemagick:latest",
},
subnetTag: document.getElementById("SUBNET_TAG").value,
},
Expand Down

0 comments on commit 4b1bcfb

Please sign in to comment.