We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7175c63 commit 71fc1c2Copy full SHA for 71fc1c2
pallets/swap/src/pallet/tests.rs
@@ -2045,8 +2045,8 @@ fn test_liquidate_v3_removes_positions_ticks_and_state() {
2045
});
2046
}
2047
2048
-/// V3 path with user liquidity disabled at teardown:
2049
-/// must still remove positions and clear state (after protocol clear).
+// V3 path with user liquidity disabled at teardown:
+// must still remove positions and clear state (after protocol clear).
2050
// #[test]
2051
// fn test_liquidate_v3_with_user_liquidity_disabled() {
2052
// new_test_ext().execute_with(|| {
0 commit comments