From 334c676a4ff822fc7aa53ab03d04d25f0b361237 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 21 May 2020 14:52:00 +0300 Subject: [PATCH] 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. --- test/fixtures/files/bank_statement_test.txt | 13 ++++++------- test/system/admin_area/bank_statement_test.rb | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/test/fixtures/files/bank_statement_test.txt b/test/fixtures/files/bank_statement_test.txt index d3f561a7d..2b00fdc88 100644 --- a/test/fixtures/files/bank_statement_test.txt +++ b/test/fixtures/files/bank_statement_test.txt @@ -1,7 +1,6 @@ -VV 000689NL85RABO74981124931508051533 -VV 220150805 M NL85RABO7498112493EUR Algsaldo C 26397 -VV 12015080520890321MK NL85RABO7498112493EUR401NL93ABNA8027105943 Registrar Second Prepayment Invoice no.3131071 C 72055 -VV 12015080520890321MK NL85RABO7498112493EUR401NL93ABNA8027105943 eedirect Prepayment Invoice no. 13 C 480 -VV 12015080521042372MK NL85RABO7498112493EUR767EE021222121767323770 Line Suva 8 Arve nr 2015-01 D 55000 -VV 320150805 M NL85RABO7498112493EUR Lõppsaldo C 5417 -VV 999 176980 +VV 000689EE4567890123456789012005181404 +VV 220200518 M EE456789012345678901EUR Algsaldo C 0 +VV 12020051847406380MK EE456789012345678901EUR689EE123456789012345678 Registripidaja 413 ettemaks C 5000 +VV 12020051847406461MK EE456789012345678901EUR767EE012345678901234567 Hankija 303 Kulu D 5000 +VV 320200518 M EE456789012345678901EUR Lõppsaldo C 0 +VV 999 10000 diff --git a/test/system/admin_area/bank_statement_test.rb b/test/system/admin_area/bank_statement_test.rb index 29ed4f312..53cbcc177 100644 --- a/test/system/admin_area/bank_statement_test.rb +++ b/test/system/admin_area/bank_statement_test.rb @@ -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')