File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed
Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,9 @@ EOF`;
159159
160160 const coderScript = findResourceInstance ( state , "coder_script" ) ;
161161
162- expect ( coderScript . script ) . toContain (
163- 'jf mvnc --global' ,
164- ) ;
165- expect ( coderScript . script ) . toContain (
166- '--repo-resolve-releases "central"' ,
167- ) ;
168- expect ( coderScript . script ) . toContain (
169- '--repo-resolve-snapshots "central"' ,
170- ) ;
162+ expect ( coderScript . script ) . toContain ( "jf mvnc --global" ) ;
163+ expect ( coderScript . script ) . toContain ( '--repo-resolve-releases "central"' ) ;
164+ expect ( coderScript . script ) . toContain ( '--repo-resolve-snapshots "central"' ) ;
171165
172166 expect ( coderScript . script ) . toContain ( "<servers>" ) ;
173167 expect ( coderScript . script ) . toContain ( "<id>central</id>" ) ;
Original file line number Diff line number Diff line change @@ -197,15 +197,9 @@ EOF`;
197197
198198 const coderScript = findResourceInstance ( state , "coder_script" ) ;
199199
200- expect ( coderScript . script ) . toContain (
201- 'jf mvnc --global' ,
202- ) ;
203- expect ( coderScript . script ) . toContain (
204- '--repo-resolve-releases "central"' ,
205- ) ;
206- expect ( coderScript . script ) . toContain (
207- '--repo-resolve-snapshots "central"' ,
208- ) ;
200+ expect ( coderScript . script ) . toContain ( "jf mvnc --global" ) ;
201+ expect ( coderScript . script ) . toContain ( '--repo-resolve-releases "central"' ) ;
202+ expect ( coderScript . script ) . toContain ( '--repo-resolve-snapshots "central"' ) ;
209203
210204 expect ( coderScript . script ) . toContain ( "<servers>" ) ;
211205 expect ( coderScript . script ) . toContain ( "<id>central</id>" ) ;
You can’t perform that action at this time.
0 commit comments