Reformat the code to add a debug statement for credential definition.
In order to view the logs in the console, run the command:
RUST_LOG=debug cargo test --test flow -- --nocapture --test-threads=1 to run the entire tests or
RUST_LOG=debug cargo test --test flow <test_name> -- --nocapture --test-threads=1 to run the test_name test.
Reformat the code to add a debug statement for credential definition. In order to view the logs in the console, run the command:
RUST_LOG=debug cargo test --test flow -- --nocapture --test-threads=1
to run the entire tests orRUST_LOG=debug cargo test --test flow <test_name> -- --nocapture --test-threads=1
to run thetest_name
test.