Skip to content

Commit

Permalink
Simplified tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 2, 2024
1 parent c8b08f5 commit 7801fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@

packages = [
(inputs'.holonix.packages.holochain.override {
cargoExtraArgs =
" --features unstable-functions,unstable-dpki,unstable-countersigning";
cargoExtraArgs = " --features unstable-functions";
})
inputs'.tnesh-stack.packages.hc-scaffold-zome
inputs'.p2p-shipyard.packages.hc-pilot
Expand Down
2 changes: 2 additions & 0 deletions tests/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import { LinkedDevicesStore } from '../../ui/src/linked-devices-store.js';
import { randomPasscode } from '../../ui/src/utils.js';

export async function setup(scenario: Scenario) {
scenario.dpkiNetworkSeed = undefined;

const testHappUrl =
dirname(fileURLToPath(import.meta.url)) +
'/../../workdir/linked-devices_test.happ';
Expand Down

0 comments on commit 7801fc9

Please sign in to comment.