verify, that boat is not on water on adding log entry; Fixes #625 #696
@@ -1106,7 +1106,7 @@ mod test {
 | 
				
			|||||||
    fn test_cox() {
 | 
					    fn test_cox() {
 | 
				
			||||||
        let pool = testdb!();
 | 
					        let pool = testdb!();
 | 
				
			||||||
        let res = User::cox(&pool).await;
 | 
					        let res = User::cox(&pool).await;
 | 
				
			||||||
        assert_eq!(res.len(), 3);
 | 
					        assert_eq!(res.len(), 4);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #[sqlx::test]
 | 
					    #[sqlx::test]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user