mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-13833] Configured unit tests to log through t.Log (#10272)
* Rerouted the unit test logs through t.Log * resolving merge confilvts * Update testing.go * Update helper_test.go * Added godocs for NewTestingLogger * Added go docs for NewTestingLogger * Resolving conflicts
This commit is contained in:
committed by
Jesse Hallam
parent
a6d0b73c0d
commit
39ceaa3e86
@@ -42,7 +42,7 @@ func TestGroupMsgUsernames(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGroupMsgProvider(t *testing.T) {
|
||||
th := Setup().InitBasic()
|
||||
th := Setup(t).InitBasic()
|
||||
defer th.TearDown()
|
||||
|
||||
user3 := th.CreateUser()
|
||||
|
||||
Reference in New Issue
Block a user