@@ -313,9 +313,9 @@ public void testInfoReport04()
313313
314314 assertThat (errors , empty ());
315315 assertThat (countSecurities (results ), is (2L ));
316- assertThat (countBuySell (results ), is (4L ));
316+ assertThat (countBuySell (results ), is (2L ));
317317 assertThat (countAccountTransactions (results ), is (3L ));
318- assertThat (results .size (), is (9 ));
318+ assertThat (results .size (), is (7 ));
319319 new AssertImportActions ().check (results , "EUR" );
320320
321321 // check security
@@ -337,14 +337,6 @@ public void testInfoReport04()
337337 assertThat (results , hasItem (deposit (hasDate ("2025-02-03T20:17" ), hasAmount ("EUR" , 53.00 ), //
338338 hasSource ("InfoReport04.txt" ), hasNote (null ))));
339339
340- // check buy sell transaction
341- assertThat (results , hasItem (purchase ( //
342- hasDate ("2025-02-03T08:48" ), hasShares (0.00000541 ), //
343- hasSource ("InfoReport04.txt" ), //
344- hasNote (null ), //
345- hasAmount ("EUR" , 0.02 ), hasGrossValue ("EUR" , 0.02 ), //
346- hasTaxes ("EUR" , 0.00 ), hasFees ("EUR" , 0.00 ))));
347-
348340 // check inbound delivery transactions
349341 assertThat (results , hasItem (inboundDelivery ( //
350342 hasDate ("2025-02-03T08:48" ), hasShares (0.00000541 ), //
@@ -369,14 +361,6 @@ public void testInfoReport04()
369361 hasAmount ("EUR" , 8.40 ), hasGrossValue ("EUR" , 8.40 ), //
370362 hasTaxes ("EUR" , 0.00 ), hasFees ("EUR" , 0.00 ))));
371363
372- // check buy sell transaction
373- assertThat (results , hasItem (purchase ( //
374- hasDate ("2025-01-27T07:50" ), hasShares (0.00000150 ), //
375- hasSource ("InfoReport04.txt" ), //
376- hasNote (null ), //
377- hasAmount ("EUR" , 0.00 ), hasGrossValue ("EUR" , 0.00 ), //
378- hasTaxes ("EUR" , 0.00 ), hasFees ("EUR" , 0.00 ))));
379-
380364 // check inbound delivery transactions
381365 assertThat (results , hasItem (inboundDelivery ( //
382366 hasDate ("2025-01-27T07:50" ), hasShares (0.00000150 ), //
0 commit comments