[skip ci] correct getConfig_fails_due_to_missing_file
This commit is contained in:
parent
ee1fe720f6
commit
1fecfedeca
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ internal class K3SDesktopConfigRepositoryKtTest {
|
||||||
@Test
|
@Test
|
||||||
fun getConfig_fails_due_to_missing_file() {
|
fun getConfig_fails_due_to_missing_file() {
|
||||||
val exception = assertThrows<FileNotFoundException> {
|
val exception = assertThrows<FileNotFoundException> {
|
||||||
getK3sConfig(ConfigFileName("src/test/resources/Idonotexist.yaml"))
|
getConfig("src/test/resources/Idonotexist.yaml")
|
||||||
}
|
}
|
||||||
assertEquals(FileNotFoundException::class.java, exception.javaClass)
|
assertEquals(FileNotFoundException::class.java, exception.javaClass)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue