Tests[CreateChannel, CreateChannelNameTooLong, ChannelNameNormalization]

This commit is contained in:
2022-12-14 18:27:22 +01:00
parent 06e8d2a6e2
commit 86f06a3c6a
5 changed files with 142 additions and 5 deletions
+2
View File
@@ -172,3 +172,5 @@ func TestGetMessageFull(t *testing.T) {
tt.AssertEqual(t, "msg.sender_name", "unit-test-[TestGetMessageFull]", msgIn["sender_name"])
tt.AssertEqual(t, "msg.timestamp", time.Unix(ts, 0).In(timeext.TimezoneBerlin).Format(time.RFC3339Nano), msgIn["timestamp"])
}
//TODO test pagination