@@ -24,7 +24,7 @@ import { RetrieveResultJson } from '../../../src/utils/types.js';
2424
2525config . truncateThreshold = 0 ;
2626
27- const DREAMHOUSE = { id : '04tKY000000MF7uYAG' , name : 'Dreamhouse-lwc ' } ;
27+ const DREAMHOUSE = { id : '04tKY000000MF7uYAG' , name : 'DreamhouseLWC ' } ;
2828
2929describe ( 'retrieve metadata NUTs' , ( ) => {
3030 let testkit : SourceTestkit ;
@@ -208,9 +208,9 @@ describe('retrieve metadata NUTs', () => {
208208 testkit . projectDir ,
209209 'package-output1' ,
210210 'unpackaged' ,
211- 'Dreamhouse-lwc ' ,
212- 'lightningExperienceThemes ' ,
213- 'Dreamhouse.lightningExperienceTheme '
211+ 'DreamhouseLWC ' ,
212+ 'objects ' ,
213+ 'Property__c.object '
214214 )
215215 )
216216 ) . to . be . true ;
@@ -227,9 +227,9 @@ describe('retrieve metadata NUTs', () => {
227227 } ) ;
228228 await testkit . expect . packagesToBeRetrieved ( [ DREAMHOUSE . name ] ) ;
229229 await testkit . expect . filesToExist ( [
230- `${ DREAMHOUSE . name } /**/brandingSets /*` ,
231- `${ DREAMHOUSE . name } /**/contentassets /*` ,
232- `${ DREAMHOUSE . name } /**/lightningExperienceThemes /*` ,
230+ `${ DREAMHOUSE . name } /main/default/lwc/propertyFilter /*` ,
231+ `${ DREAMHOUSE . name } /main/default/classes /*` ,
232+ `${ DREAMHOUSE . name } /main/default/aura/pageTemplate_2_7_3 /*` ,
233233 ] ) ;
234234 } ) ;
235235 } ) ;
0 commit comments