From eb243d6471483b659b7959292ec61639a2f7d812 Mon Sep 17 00:00:00 2001 From: edmarSoaress Date: Wed, 31 Jan 2024 16:34:31 -0300 Subject: [PATCH] adjust integration test --- test/integration/{ => payment}/payment_test.go | 0 test/integration/{ => payment_method}/payment_method_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/{ => payment}/payment_test.go (100%) rename test/integration/{ => payment_method}/payment_method_test.go (100%) diff --git a/test/integration/payment_test.go b/test/integration/payment/payment_test.go similarity index 100% rename from test/integration/payment_test.go rename to test/integration/payment/payment_test.go diff --git a/test/integration/payment_method_test.go b/test/integration/payment_method/payment_method_test.go similarity index 100% rename from test/integration/payment_method_test.go rename to test/integration/payment_method/payment_method_test.go