File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ exit 0
340
340
}
341
341
342
342
#[ test]
343
- fn test_other_path_precendence ( ) {
343
+ fn test_other_path_precedence ( ) {
344
344
let ( td, repo) = repo_init ( ) ;
345
345
346
346
{
@@ -456,7 +456,7 @@ exit 1
456
456
fn test_pre_commit_py ( ) {
457
457
let ( _td, repo) = repo_init ( ) ;
458
458
459
- // mirror how python pre-commmit sets itself up
459
+ // mirror how python pre-commit sets itself up
460
460
#[ cfg( not( windows) ) ]
461
461
let hook = b"#!/usr/bin/env python
462
462
import sys
@@ -477,7 +477,7 @@ sys.exit(0)
477
477
fn test_pre_commit_fail_py ( ) {
478
478
let ( _td, repo) = repo_init ( ) ;
479
479
480
- // mirror how python pre-commmit sets itself up
480
+ // mirror how python pre-commit sets itself up
481
481
#[ cfg( not( windows) ) ]
482
482
let hook = b"#!/usr/bin/env python
483
483
import sys
You can’t perform that action at this time.
0 commit comments