From b28d03a9e02ad3917c74ba37e98195a97dcb58e0 Mon Sep 17 00:00:00 2001 From: see Date: Fri, 17 Jun 2022 14:35:53 +0200 Subject: [PATCH] [skip ci] updated test --- .../provs/syspec/infrastructure/SyspecConfigRepo.kt | 2 +- .../syspec/infrastructure/SyspecConfigRepoKtTest.kt | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/syspec/infrastructure/SyspecConfigRepo.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/syspec/infrastructure/SyspecConfigRepo.kt index 6fc4179..fb0731a 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/syspec/infrastructure/SyspecConfigRepo.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/syspec/infrastructure/SyspecConfigRepo.kt @@ -15,7 +15,7 @@ internal fun findSpecConfigFromFile(file: ConfigFileName? = null): Result