mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 13:14:29 +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
|
color_column = row.repository_cells.third
|
||||||
expect(
|
expect(
|
||||||
color_column.repository_column.name
|
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'
|
expect(color_column.value_type).to eq 'RepositoryTextValue'
|
||||||
|
|
||||||
# repository custom column
|
# repository custom column
|
||||||
|
|
Loading…
Add table
Reference in a new issue