@@ -100,15 +100,15 @@ mod tests {
100100 disabled: false ,
101101 } ,
102102 Entry {
103- path: "packs/bar/comp-colon .rb" . to_owned( ) ,
104- github_team: "@BarColon " . to_owned( ) ,
105- team_name: "BarColon " . to_owned( ) ,
103+ path: "packs/bar/comp_colon .rb" . to_owned( ) ,
104+ github_team: "@Bar " . to_owned( ) ,
105+ team_name: "Bar " . to_owned( ) ,
106106 disabled: false ,
107107 } ,
108108 Entry {
109109 path: "packs/jscomponents/comp-colon.ts" . to_owned( ) ,
110- github_team: "@FooColon " . to_owned( ) ,
111- team_name: "FooColon " . to_owned( ) ,
110+ github_team: "@Foo " . to_owned( ) ,
111+ team_name: "Foo " . to_owned( ) ,
112112 disabled: false ,
113113 } ,
114114 Entry {
@@ -144,8 +144,8 @@ mod tests {
144144 ( PathBuf :: from( "packs/[admin]/comp.ts" ) , "Bar" . to_owned( ) ) ,
145145 ( PathBuf :: from( "packs/bar/comp.rb" ) , "Bar" . to_owned( ) ) ,
146146 ( PathBuf :: from( "packs/jscomponents/comp.ts" ) , "Foo" . to_owned( ) ) ,
147- ( PathBuf :: from( "packs/jscomponents/comp-colon.ts" ) , "FooColon " . to_owned( ) ) ,
148- ( PathBuf :: from( "packs/bar/comp-colon .rb" ) , "BarColon " . to_owned( ) ) ,
147+ ( PathBuf :: from( "packs/jscomponents/comp-colon.ts" ) , "Foo " . to_owned( ) ) ,
148+ ( PathBuf :: from( "packs/bar/comp_colon .rb" ) , "Bar " . to_owned( ) ) ,
149149 ( PathBuf :: from( "ruby/app/views/foos/edit.erb" ) , "Foo" . to_owned( ) ) ,
150150 ( PathBuf :: from( "ruby/app/views/foos/show.html.erb" ) , "Bar" . to_owned( ) ) ,
151151 ( PathBuf :: from( "ruby/app/views/foos/_row.html.erb" ) , "Bam" . to_owned( ) ) ,
0 commit comments