Fix name conflict in BankStatement

I also used the file we use for testing payments on staging, there was
some issue with the other file and I am not sure what it was.
This commit is contained in:
Maciej Szlosarczyk 2020-05-21 14:52:00 +03:00 committed by Alex Sherman
parent 09ac0d30aa
commit 334c676a4f
2 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
require 'application_system_test_case'
class AdminBankStatementsSystemTest < ApplicationSystemTestCase
class AdminAreaBankStatementTest < ApplicationSystemTestCase
setup do
sign_in users(:admin)
travel_to Time.zone.parse('2010-07-05 00:30:00')