File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,4 +163,4 @@ The test suite is production-ready and provides excellent coverage of all change
163163** Branch:** $(git branch --show-current || echo "current")
164164** Base:** main
165165** Changed Files:** 25
166- ** Tests Generated:** 78
166+ ** Tests Generated:** 77
Original file line number Diff line number Diff line change @@ -86,13 +86,3 @@ fn test_get_mcli_path_consistent() {
8686 // Should return the same path on multiple calls
8787 assert_eq ! ( path1, path2) ;
8888}
89-
90- #[ test]
91- fn test_get_mcli_path_contains_home ( ) {
92- let path = get_mcli_path ( ) ;
93- let home_dir = dirs:: home_dir ( ) . expect ( "Couldn't get home directory" ) ;
94- let home_str = home_dir. to_string_lossy ( ) ;
95-
96- // Path should start with home directory
97- assert ! ( path. starts_with( home_str. as_ref( ) ) ) ;
98- }
You can’t perform that action at this time.
0 commit comments