mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 11:13:06 +08:00
Minor typo fix in tests
This commit is contained in:
parent
15dc25cee9
commit
bff4029e8d
1 changed files with 2 additions and 2 deletions
|
@ -328,8 +328,8 @@ RSpec.describe 'Api::V1::InventoryListItemsController', type: :request do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'DELETE inventory_columns, #destroy' do
|
||||
it 'Destroys inventory column' do
|
||||
describe 'DELETE inventory_list_item, #destroy' do
|
||||
it 'Destroys inventory list item' do
|
||||
deleted_id = @list_column.repository_list_items.last.id
|
||||
delete api_v1_team_inventory_column_list_item_path(
|
||||
id: deleted_id,
|
||||
|
|
Loading…
Reference in a new issue