Skip to content

Commit ce23ba0

Browse files
committed
Fix clippy
1 parent 4181939 commit ce23ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3599,7 +3599,7 @@ fn parse_set_transaction() {
35993599
TransactionMode::IsolationLevel(TransactionIsolationLevel::Serializable),
36003600
]
36013601
);
3602-
assert_eq!(session, false);
3602+
assert!(!session);
36033603
assert_eq!(snapshot, None);
36043604
}
36053605
_ => unreachable!(),

0 commit comments

Comments
 (0)