Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from tamedia-pmd/update-rooms
Browse files Browse the repository at this point in the history
Update rooms list
  • Loading branch information
radiovisual authored Oct 12, 2021
2 parents b91d1c4 + 8566d5d commit 32cc7db
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 646 deletions.
2 changes: 1 addition & 1 deletion __tests__/api/locate.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("api.locate", () => {
};

const actual = await locate(event);
expect(JSON.stringify(actual)).toContain("`Boston`");
expect(JSON.stringify(actual)).toContain("`Sitzungszimmer A5.1 Boston`");
});

test("returns the required payload", async () => {
Expand Down
2 changes: 1 addition & 1 deletion build/build-floors.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const generateFloorTextForBuildingCode = (rooms, buildingCode) => {
}

if (floorn1.length > 1) {
s += floor1.join("\n");
s += floorn1.join("\n");
s += "\n\n";
}

Expand Down
8 changes: 4 additions & 4 deletions build/generated-floor-maps.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 32cc7db

Please sign in to comment.