From c5baf54766c51bb041cda58bc82abe2ce36daea8 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 25 Sep 2026 19:36:02 +0400 Subject: [PATCH] tests: assert nothing else is printed after a store purchase is delivered to another profile --- tests/Bots/BadgeService/BotTests.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Bots/BadgeService/BotTests.hs b/tests/Bots/BadgeService/BotTests.hs index 9acf7c2a9a..bb125a7775 100644 --- a/tests/Bots/BadgeService/BotTests.hs +++ b/tests/Bots/BadgeService/BotTests.hs @@ -4,6 +4,7 @@ {-# LANGUAGE LambdaCase #-} {-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE PostfixOperators #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TupleSections #-} {-# OPTIONS_GHC -fno-warn-ambiguous-fields #-} @@ -1679,6 +1680,7 @@ testPurchaseStrandedUnderOtherProfile ps = -- presented again under whichever profile is active, the purchase reaches the keys alice stashed alice ##> unsettled 2 alice <## "badge purchase delivered to another profile" + (alice "/user alice" @@ -1701,5 +1703,6 @@ testPurchaseDeliveredToHiddenProfile ps = -- the answer names only the presenting profile, and nothing printed names the hidden one alice ##> unsettled 2 alice <## "badge purchase delivered to another profile" + (alice "/user alice password" showActiveUser alice "alice (Alice, * supporter)"