summaryrefslogtreecommitdiffstats
path: root/app/notification_test.go
diff options
context:
space:
mode:
authorDerrick Anderson <derrick@andersonwebstudio.com>2018-04-10 10:55:25 -0400
committerDerrick Anderson <derrick@andersonwebstudio.com>2018-04-10 10:55:25 -0400
commit332411490ded04b66d3cf843a4f31ba64aeb6d6f (patch)
tree5f3841176e2609ba0fb6e5a238b967ff454027c3 /app/notification_test.go
parent0a6b96cb40d9dd5acca7e366df9cd14fa4eff6a7 (diff)
parent5856325c13ac8b9105a7ea6f674f0bf8a42fd0c1 (diff)
downloadchat-332411490ded04b66d3cf843a4f31ba64aeb6d6f.tar.gz
chat-332411490ded04b66d3cf843a4f31ba64aeb6d6f.tar.bz2
chat-332411490ded04b66d3cf843a4f31ba64aeb6d6f.zip
Merge branch 'jespino-merge-release-4.9'
Diffstat (limited to 'app/notification_test.go')
-rw-r--r--app/notification_test.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/notification_test.go b/app/notification_test.go
index c72610b60..1abdd3d61 100644
--- a/app/notification_test.go
+++ b/app/notification_test.go
@@ -234,6 +234,12 @@ func TestGetExplicitMentions(t *testing.T) {
OtherPotentialMentions: []string{"potential"},
},
},
+ "PotentialOutOfChannelUserWithPeriod": {
+ Message: "this is an message for @potential.user",
+ Expected: &ExplicitMentions{
+ OtherPotentialMentions: []string{"potential.user"},
+ },
+ },
"InlineCode": {
Message: "`this shouldn't mention @channel at all`",
Keywords: map[string][]string{},