mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-05 23:25:46 +08:00
Fix failing test [SCI-2148][SCI-2149]
This commit is contained in:
parent
f3385adb06
commit
27a605d974
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue