We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redactions does not works for btree keys.
In test:
insta::assert_yaml_snapshot!(&book, { ".**.timestamp" => "[timestamp]" });
result:
market: USD/BTC bids: side: 1 map: {} tree: {} asks: side: 0 map: 1: id: 1 trader_id: 1 price: 500 qty: 5 timestamp: "[timestamp]" side: 0 tree: ? price: 500 timestamp: 1629899989141 side: 0 : id: 1 trader_id: 1 price: 500 qty: 5 timestamp: "[timestamp]" side: 0 seq: 1
Additional helpful information:
The timestamp in the btree key should be replaced.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
redactions does not works for btree keys.
Reproduction steps
In test:
result:
Additional helpful information:
What did you expect
The timestamp in the btree key should be replaced.
The text was updated successfully, but these errors were encountered: