Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 6, 2024
1 parent 84d0907 commit 70b29fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/server/src/lib/normalize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,13 +535,13 @@ describe("normalizeBottle", () => {

test("Barrel Strength Bourbon", async () => {
const rv = normalizeBottle({
name: "Batch Strength Bourbon",
name: "Barrel Strength Bourbon",
isFullName: false,
});
expect(rv).toMatchInlineSnapshot(`
{
"caskStrength": null,
"name": "Bourbon (Batch Strength)",
"caskStrength": true,
"name": "Barrel Strength Bourbon",
"releaseYear": null,
"singleCask": null,
"statedAge": null,
Expand Down

0 comments on commit 70b29fd

Please sign in to comment.