Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jan 2, 2025
1 parent edbdd36 commit 9eefd12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/features/character_blueprints_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
specify { expect(subject.blueprints.size).to eq(57) }

specify do
expect(subject.blueprints.first.as_json).to eq(item_id: 716_338_097,
expect(subject.blueprints.first.as_json).to eq(item_id: 1_003_026_148_920,
location_flag: "AssetSafety",
location_id: 60_013_867,
material_efficiency: 10,
quantity: -2,
runs: 300,
time_efficiency: 0,
type_id: 1010)
quantity: -1,
runs: -1,
time_efficiency: 20,
type_id: 1_152)
end

specify { expect(subject.error_limit_remain).to eq(100) }

specify { expect(subject.error_limit_reset).to eq(40) }
specify { expect(subject.error_limit_reset).to eq(34) }
end

0 comments on commit 9eefd12

Please sign in to comment.