Skip to content

Commit 63a5236

Browse files
committed
fix: isolated transfer margin check only test
1 parent ebd53b5 commit 63a5236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/isolatedTransferMarginChecks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ describe('isolated transfer margin checks', () => {
677677
});
678678

679679
describe('Multi-isolated: one passes MM one fails blocks transfer', () => {
680-
it.only('should fail when any of multiple other isolated fails MM', async () => {
680+
it('should fail when any of multiple other isolated fails MM', async () => {
681681
await resetUserState();
682682

683683
// Cross: $2000. Isolated SOL: 10 long, $400 collateral at 80 -> passes MM.

0 commit comments

Comments
 (0)