Skip to content

Commit

Permalink
wire-api: Add golden test for ClientSupportsConsumableNotifications
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed Sep 23, 2024
1 parent a0a5071 commit 75ffc2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ import Wire.API.User.Client (ClientCapability (..))

testObject_ClientCapability_1 :: ClientCapability
testObject_ClientCapability_1 = ClientSupportsLegalholdImplicitConsent

testObject_ClientCapability_2 :: ClientCapability
testObject_ClientCapability_2 = ClientSupportsConsumableNotifications
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"consumable-notifications"

0 comments on commit 75ffc2b

Please sign in to comment.