Skip to content

Commit

Permalink
chore(tests): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
1000101 committed Mar 1, 2024
1 parent 536dddf commit 76f4987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- yarn
- updated vitest
- removed token registry mock server, using function mocking instead
- bump blockfrost-tests to `d12aa18839a9c0597750e47cf14e384467e6c3b3`

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgs ? import nixpkgs {}
, blockfrost-tests ?
(builtins.fetchGit {
url = "ssh://[email protected]/blockfrost/blockfrost-tests.git";
rev = "19350708ee2e401f0f50dc6bd25c71a6d030ce6f";
rev = "d12aa18839a9c0597750e47cf14e384467e6c3b3";
})
, system ? builtins.currentSystem
}:
Expand Down

0 comments on commit 76f4987

Please sign in to comment.