Skip to content

Commit

Permalink
test: fix failing
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed May 5, 2024
1 parent 224c06f commit 24ac72d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/modules/__snapshots__/vehicle.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ exports[`vehicle > 42 > fuel 1`] = `"Electric"`;

exports[`vehicle > 42 > manufacturer 1`] = `"Ford"`;

exports[`vehicle > 42 > model 1`] = `"Alpine"`;
exports[`vehicle > 42 > model 1`] = `"Durango"`;

exports[`vehicle > 42 > type 1`] = `"Extended Cab Pickup"`;

exports[`vehicle > 42 > vehicle 1`] = `"Ford V90"`;
exports[`vehicle > 42 > vehicle 1`] = `"Ford Wrangler"`;

exports[`vehicle > 42 > vin 1`] = `"CYRK551VKPAZ82113"`;

Expand All @@ -26,11 +26,11 @@ exports[`vehicle > 1211 > fuel 1`] = `"Hybrid"`;

exports[`vehicle > 1211 > manufacturer 1`] = `"Toyota"`;

exports[`vehicle > 1211 > model 1`] = `"2"`;
exports[`vehicle > 1211 > model 1`] = `"V90"`;

exports[`vehicle > 1211 > type 1`] = `"Wagon"`;

exports[`vehicle > 1211 > vehicle 1`] = `"Toyota Aventador"`;
exports[`vehicle > 1211 > vehicle 1`] = `"Toyota Spyder"`;

exports[`vehicle > 1211 > vin 1`] = `"XW7ZNNSBNTUM84882"`;

Expand All @@ -44,11 +44,11 @@ exports[`vehicle > 1337 > fuel 1`] = `"Electric"`;

exports[`vehicle > 1337 > manufacturer 1`] = `"Dodge"`;

exports[`vehicle > 1337 > model 1`] = `"Colorado"`;
exports[`vehicle > 1337 > model 1`] = `"Challenger"`;

exports[`vehicle > 1337 > type 1`] = `"Coupe"`;

exports[`vehicle > 1337 > vehicle 1`] = `"Dodge Volt"`;
exports[`vehicle > 1337 > vehicle 1`] = `"Dodge Aventador"`;

exports[`vehicle > 1337 > vin 1`] = `"859FAH8ZR3JL19477"`;

Expand Down

0 comments on commit 24ac72d

Please sign in to comment.