Resolves sdmm warnings

This commit is contained in:
ItsSelis
2023-03-08 19:06:01 +01:00
parent 5d5aa17d8c
commit c2b084ebfa
8 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
return test_result
if(UT_NORMAL || UT_NORMAL_COLD)
if(UT_NORMAL,UT_NORMAL_COLD)
if(abs(pressure - ONE_ATMOSPHERE) > 10)
test_result["msg"] = "Pressure out of bounds: [pressure] | [t_msg]"
return test_result