@cryptotaxi247 / kubo / commits / 5f529ce0a

test: fix sharness tests for welcome docs changes

Steven Allen committed Apr 20, 2020 at 11:23 UTC 5f529ce0a6eb8ac7eb1a92875c7ff54be25c8bf4
2 files changed +2 -2
test/sharness/lib/test-lib-hashes.sh
+1 -1
@@ -1,5 +1,5 @@
1 # this file defines several useful hashes used across the test codebase.
2 # thus they can be defined + changed in one place
3
4 -HASH_WELCOME_DOCS="QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv"
4 +HASH_WELCOME_DOCS="QmQPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc"
5 HASH_EMPTY_DIR="QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"
test/sharness/t0054-dag-car-import-export.sh
+1 -1
@@ -149,7 +149,7 @@ test_init_ipfs
149
150
151 test_expect_success "basic offline export of 'getting started' dag works" '
152 - ipfs dag export QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv >/dev/null
152 + ipfs dag export "$HASH_WELCOME_DOCS" >/dev/null
153 '
154
155