Removed extra reference.
This commit is contained in:
		@@ -74,7 +74,7 @@ mod support {
 | 
				
			|||||||
        assert!(
 | 
					        assert!(
 | 
				
			||||||
            output == expected,
 | 
					            output == expected,
 | 
				
			||||||
            "\n\n{}\nGot:  {}\nWant: {}\n\n",
 | 
					            "\n\n{}\nGot:  {}\nWant: {}\n\n",
 | 
				
			||||||
            &db.schema.sdl(),
 | 
					            db.schema.sdl(),
 | 
				
			||||||
            output,
 | 
					            output,
 | 
				
			||||||
            expected
 | 
					            expected
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user