Skip to content

Commit e8a6ab6

Browse files
author
DvirDukhan
committed
fmt
1 parent 0618685 commit e8a6ab6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ fn test_open_key_with_flags() -> Result<()> {
679679
// Sleep for 2 seconds, ensure expiration time has passed.
680680
thread::sleep(Duration::from_millis(500));
681681

682-
683682
// Open key as read only or ReadWrite with NOEFFECTS flag.
684683
let res = redis::cmd(cmd).arg(&["x"]).query(&mut con);
685684
assert_eq!(res, Ok(()));

0 commit comments

Comments
 (0)