Skip to content

Commit

Permalink
[REMOVE] tests failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Jan 29, 2024
1 parent 8f2ffbb commit 75cbc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-client-wasm/www-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ try {
try {
test_number++
test_name = "get_snapshot"
const snapshot = await client.get_snapshot(snapshots[0].digest)
const snapshot = await client.get_snapshot("whatever")
display_test_result_in_dom(test_number, test_name, "OK")
console.log("snapshot", snapshot)
} catch (error) {
Expand Down

0 comments on commit 75cbc75

Please sign in to comment.