Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Bao and Staudt to Review #279

Merged
merged 11 commits into from
Feb 19, 2025
Prev Previous commit
Next Next commit
debug
PhilippSchmelter committed Dec 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 897f9debda72b9eb90c484ca4275b71d0987b239
2 changes: 0 additions & 2 deletions src/test/scala/edu/ie3/simbench/io/ExtractorSpec.scala
Original file line number Diff line number Diff line change
@@ -80,9 +80,7 @@ class ExtractorSpec extends UnitSpec with IoUtils with Matchers {
"return a correct map of codes to UUIDs" in {
extractor.download()
val uuidMap = extractor.extractUUIDMap()
uuidMap should contain key "1-LV-urban6--0-sw"
uuidMap should contain key "1-LV-rural1--2-no_sw"
uuidMap("1-LV-urban6--0-sw") should fullyMatch regex uuidPattern
uuidMap("1-LV-rural1--2-no_sw") should fullyMatch regex uuidPattern
}