From 1fcbc24aa5b49383426ba6b56f4a4f92c05fb4d7 Mon Sep 17 00:00:00 2001 From: garma00 Date: Wed, 24 Jan 2024 10:30:15 +0100 Subject: [PATCH] rename test file --- .../{remote_content.test.ts => rc_configuration.test.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/models/__tests__/{remote_content.test.ts => rc_configuration.test.ts} (99%) diff --git a/src/models/__tests__/remote_content.test.ts b/src/models/__tests__/rc_configuration.test.ts similarity index 99% rename from src/models/__tests__/remote_content.test.ts rename to src/models/__tests__/rc_configuration.test.ts index ee931827..d1d92992 100644 --- a/src/models/__tests__/remote_content.test.ts +++ b/src/models/__tests__/rc_configuration.test.ts @@ -4,7 +4,7 @@ import { RCConfigurationBase, RCConfiguration, RetrievedRCConfiguration -} from "../remote_content"; +} from "../rc_configuration"; import { Has_preconditionEnum } from "../../../generated/definitions/ThirdPartyData"; import { NonNegativeInteger } from "@pagopa/ts-commons/lib/numbers";