Fix failing test [SCI-2148][SCI-2149]

This commit is contained in:
Oleksii Kriuchykhin 2018-03-16 11:05:38 +01:00
parent f3385adb06
commit 27a605d974

View file

@ -41,7 +41,7 @@ class SamplesTable < ApplicationRecord
SAMPLES_TABLE_DEFAULT_STATE['columns'].first SAMPLES_TABLE_DEFAULT_STATE['columns'].first
team_status['ColReorder'].insert(2, index) team_status['ColReorder'].insert(2, index)
end end
samples_table.first.update(status: team_status) samples_table.update(status: team_status)
end end
def self.create_samples_table_state(user_team) def self.create_samples_table_state(user_team)