From 645bb7a7ae7e3b41810287a8b9ac602038182d41 Mon Sep 17 00:00:00 2001 From: Stefan Berthold Date: Thu, 5 Dec 2024 14:45:19 +0000 Subject: [PATCH] fixup! fixup! fixup! move ClientCapability ClientSupportsConsumableNotifications to APIv8 --- integration/test/Test/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test/Test/Client.hs b/integration/test/Test/Client.hs index 10c11db6c78..1b4fb5b6971 100644 --- a/integration/test/Test/Client.hs +++ b/integration/test/Test/Client.hs @@ -116,7 +116,7 @@ testGetClientCapabilitiesV7 = do resp.status `shouldMatchInt` 200 resp.json %. "0.capabilities" `shouldMatchSet` allCapabilities - -- In API v6 and below, the "capabilities" field is an enum, so having a new + -- In API v7 and below, the "capabilities" field is an enum, so having a new -- value for this enum is a breaking change. withAPIVersion 7 $ getSelfClients alice `bindResponse` \resp -> do resp.status `shouldMatchInt` 200