Skip to content

Commit

Permalink
test: fix Market.allowsTradeOf test
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Oct 20, 2023
1 parent 4320f3d commit 3f0b408
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/types/test/api_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,11 @@ void main() {
test('Market.allowsTradeOf', () {
final market = Market(
symbol: 'S-A-W',
tradeGoods: [
MarketTradeGood(
symbol: 'FUEL',
tradeVolume: 1,
supply: MarketTradeGoodSupplyEnum.ABUNDANT,
purchasePrice: 1,
sellPrice: 2,
exports: [
TradeGood(
symbol: TradeSymbol.FUEL,
name: '',
description: '',
),
],
);
Expand Down

0 comments on commit 3f0b408

Please sign in to comment.