Skip to content

Commit 369ff36

Browse files
chrisbobbegnprice
authored andcommitted
channel test [nfc]: s/hasPostingPermission/selfCanSendMessage/ (oops)
I meant to do this in da1d968, which renamed the method in the code; oops.
1 parent 690a0e5 commit 369ff36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/channel_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ void main() {
455455
});
456456
});
457457

458-
group('hasPostingPermission', () {
458+
group('selfCanSendMessage', () {
459459
final testCases = [
460460
(ChannelPostPolicy.unknown, UserRole.unknown, true),
461461
(ChannelPostPolicy.unknown, UserRole.guest, true),

0 commit comments

Comments
 (0)