mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
fix failing test
This commit is contained in:
parent
22eb4121f0
commit
26c5c8bf46
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ describe 'samples_to_repository_migration:run' do
|
|||
color_column = row.repository_cells.third
|
||||
expect(
|
||||
color_column.repository_column.name
|
||||
).to eq 'Sample group color hex (e980a0f5)'
|
||||
).to eq 'Sample group color hex'
|
||||
expect(color_column.value_type).to eq 'RepositoryTextValue'
|
||||
|
||||
# repository custom column
|
||||
|
|
Loading…
Reference in a new issue