mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
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:
parent
09ac0d30aa
commit
334c676a4f
2 changed files with 7 additions and 8 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue