Fix up test(s)
This commit is contained in:
@@ -707,7 +707,6 @@ void main() {
|
||||
};
|
||||
list.enableAll();
|
||||
final order = list.generateLoadOrder();
|
||||
|
||||
final expected = [
|
||||
'zetrith.prepatcher',
|
||||
'brrainz.harmony',
|
||||
@@ -717,6 +716,28 @@ void main() {
|
||||
'ludeon.rimworld.biotech',
|
||||
'ludeon.rimworld.ideology',
|
||||
'ludeon.rimworld.royalty',
|
||||
'rah.rbse',
|
||||
'mlie.usethisinstead',
|
||||
'dubwise.rimatomics',
|
||||
'jecrell.doorsexpanded',
|
||||
'balistafreak.stopdropandroll',
|
||||
'fluffy.animaltab',
|
||||
'gt.sam.glittertech',
|
||||
'dubwise.rimefeller',
|
||||
'darthcy.misc.morebetterdeepdrill',
|
||||
'haplo.miscellaneous.training',
|
||||
'linkolas.stabilize',
|
||||
'dubwise.dubsperformanceanalyzer.steam',
|
||||
'memegoddess.searchanddestroy',
|
||||
'gogatio.mechanoidupgrades',
|
||||
'issaczhuang.muzzleflash',
|
||||
'smashphil.vehicleframework',
|
||||
'cabbage.rimcities',
|
||||
'vis.staticquality',
|
||||
'automatic.bionicicons',
|
||||
'vanillaexpanded.vanillatraitsexpanded',
|
||||
'tk421storm.ragdoll',
|
||||
'andromeda.nicehealthtab',
|
||||
];
|
||||
expect(order.loadOrder, equals(expected));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user