mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
fixes failing spec
This commit is contained in:
parent
bb3e1b4dcf
commit
ec5a8336b9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ describe SmartAnnotations::Preview do
|
|||
trimmed_repository_name = subject.__send__(
|
||||
:trim_repository_name, 'banana'
|
||||
)
|
||||
expect(trimmed_repository_name).to eq('BAN')
|
||||
expect(trimmed_repository_name).to eq('Ban')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue