Skip to content

Commit 3e5feb7

Browse files
committed
Minor tweak to tests
1 parent 6663bac commit 3e5feb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/updatePrescriptionStatus/tests/testSqsClient.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe("Unit tests for checkSiteOrSystemIsNotifyEnabled", () => {
189189

190190
it("is case insensitive for both ODS code and ApplicationName", () => {
191191
const item1 = createMockDataItem({
192-
PharmacyODSCode: "FA565",
192+
PharmacyODSCode: "fa565",
193193
ApplicationName: "not a real test supplier"
194194
})
195195
const item2 = createMockDataItem({
@@ -203,7 +203,7 @@ describe("Unit tests for checkSiteOrSystemIsNotifyEnabled", () => {
203203

204204
it("excludes an item when its ODS code is blocked, even if otherwise enabled", () => {
205205
const item = createMockDataItem({
206-
PharmacyODSCode: "A83008",
206+
PharmacyODSCode: "a83008",
207207
ApplicationName: "Internal Test System"
208208
})
209209
const result = checkSiteOrSystemIsNotifyEnabled([item])

0 commit comments

Comments
 (0)