Skip to content

Commit 4dd1264

Browse files
committed
Use LLC polls branch
1 parent 3d7a554 commit 4dd1264

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3720,8 +3720,8 @@
37203720
isa = XCRemoteSwiftPackageReference;
37213721
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
37223722
requirement = {
3723-
kind = upToNextMajorVersion;
3724-
minimumVersion = 4.63.0;
3723+
branch = "add/polls-ui-base";
3724+
kind = branch;
37253725
};
37263726
};
37273727
E3A1C01A282BAC66002D1E26 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {

StreamChatSwiftUITests/Infrastructure/Mocks/Poll_Mock.swift

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ extension Poll {
5151
createdBy: .mock(id: "test", name: "test"),
5252
latestAnswers: [],
5353
options: [option],
54-
latestVotesByOption: [option]
54+
latestVotesByOption: [option],
55+
latestVotes: [],
56+
ownVotes: []
5557
)
5658
return poll
5759
}
@@ -89,7 +91,9 @@ extension Poll {
8991
createdBy: .mock(id: "test", name: "test"),
9092
latestAnswers: [],
9193
options: options,
92-
latestVotesByOption: options
94+
latestVotesByOption: options,
95+
latestVotes: [],
96+
ownVotes: []
9397
)
9498
}
9599
}
Loading

0 commit comments

Comments
 (0)