mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 20:48:23 +08:00
Fix codestyle
This commit is contained in:
parent
f9f9bcac9f
commit
07c8c448d5
1 changed files with 14 additions and 15 deletions
|
@ -165,7 +165,6 @@ RSpec.describe 'Api::V1::InventoryItemsController', type: :request do
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
puts updated_inventory_item
|
|
||||||
patch api_v1_team_inventory_item_path(
|
patch api_v1_team_inventory_item_path(
|
||||||
id: RepositoryRow.last.id,
|
id: RepositoryRow.last.id,
|
||||||
team_id: @teams.first.id,
|
team_id: @teams.first.id,
|
||||||
|
|
Loading…
Reference in a new issue