1
0
Fork 0
mirror of synced 2025-04-04 14:23:33 +03:00

Update CustomerServiceTest.php

This commit is contained in:
Uryvskiy Dima 2023-08-25 11:10:39 +03:00 committed by GitHub
parent 37e11f5871
commit bb3469ea42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,4 +38,4 @@ class CustomerServiceTest extends BitrixTestCase
self::assertEquals($dateRegister->getTimestamp(), $customer->createdAt->getTimestamp());
CUser::Delete($arUser['ID']);
}
}
}