From 98913b3ff70281f27f609ddfd07839046d76599e Mon Sep 17 00:00:00 2001 From: TT Date: Mon, 23 Oct 2023 15:59:51 +0200 Subject: [PATCH] typo --- test/FMI2.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FMI2.jl b/test/FMI2.jl index e63e0fe..09109b3 100644 --- a/test/FMI2.jl +++ b/test/FMI2.jl @@ -428,7 +428,7 @@ fmi2Unload(fmu) # [ToDo] Enable Test for Linux too (by providing a FMU) -if iswindows() +if Sys.iswindows() # load demo FMU fmu = fmi2Load("VLDM", EXPORTINGTOOL, "2020x"; type=:ME) data = FMIZoo.VLDM(:train)