Skip to content

Commit 2cb1a2c

Browse files
MahmoudMahmoud
Mahmoud
authored and
Mahmoud
committed
Slight adjustment to comments - add note about it being just for ND
1 parent 7315c2a commit 2cb1a2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spotlight-client/src/LocalityFilterSelect/LocalityFilterSelect.test.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test("has expected options", () => {
6060
name: "Judicial District All Districts",
6161
});
6262

63-
expect(menuButton).toBeNull(); // Jurisdiction Dropdowns should no longer exist as of February 2025
63+
expect(menuButton).toBeNull(); // Jurisdiction Dropdowns should no longer display for ND as of February 2025
6464
});
6565

6666
test("changes demographic filter", () => {
@@ -71,6 +71,6 @@ test("changes demographic filter", () => {
7171
name: "Judicial District All Districts",
7272
});
7373

74-
expect(menuButton).toBeNull(); // Jurisdiction Dropdowns should no longer exist as of February 2025
74+
expect(menuButton).toBeNull(); // Jurisdiction Dropdowns should no longer display for ND as of February 2025
7575
expect.hasAssertions();
7676
});

spotlight-client/src/VizSentenceTypeByLocation/VizSentenceTypeByLocation.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ test("locality filter", async () => {
138138
name: "Judicial District All Districts",
139139
});
140140

141-
expect(menuButton).toBeNull(); // Jurisdiction Dropdowns should no longer exist as of February 2025
141+
expect(menuButton).toBeNull(); // Jurisdiction Dropdowns should no longer display for ND as of February 2025
142142
});

0 commit comments

Comments
 (0)