From bc8d92924e622a748a511d46fd2c895da9df2f2c Mon Sep 17 00:00:00 2001
From: Fernando <rodofernando@gmail.com>
Date: Tue, 9 Jul 2024 16:27:41 -0400
Subject: [PATCH] test: add final line

---
 tests/webpay/common/environment.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/webpay/common/environment.test.ts b/tests/webpay/common/environment.test.ts
index 8769ee1..4429172 100644
--- a/tests/webpay/common/environment.test.ts
+++ b/tests/webpay/common/environment.test.ts
@@ -6,4 +6,4 @@ test('correct integration environment url', () => {
 
 test('correct production environment url', () => {
   expect(Environment.Production).toBe('https://webpay3g.transbank.cl');
-});
\ No newline at end of file
+});