dlubal-software / RFEM_Python_Client

Python client (or high-level functions) for RFEM 6 using Web Services, SOAP and WSDL
https://dlubal-software.github.io/.github/
MIT License
71 stars 27 forks source link

Bugfix for bug 241711 (TimberServiceClass) #394

Closed Rebecca-Coding21 closed 3 months ago

Rebecca-Coding21 commented 3 months ago

Description

I fixed a bug that occured while trying to create a TimberServiceClass(). There was a typo (member instead of members) in the code of the HLF.

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist:

Rebecca-Coding21 commented 3 months ago

I added the same changes to timberMoistureClass and timberServiceCondition and updated test_timberMoistureClass as well. The tests for timberServiceCondition don't need an update.