Этот коммит содержится в:
Alejandro García Montoro
2024-02-27 03:43:12 +01:00
коммит произвёл GitHub
родитель f1a37e06bc
Коммит fac1245143
5 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@@ -1588,7 +1588,7 @@ func TestImportUserTeams(t *testing.T) {
expectedUserChannels: 0,
},
{
name: "Should fail if one of the roles doesn't exists",
name: "Should fail if one of the roles doesn't exist",
data: &[]imports.UserTeamImportData{
{
Name: &th.BasicTeam.Name,
@@ -1810,7 +1810,7 @@ func TestImportUserChannels(t *testing.T) {
expectedUserChannels: 0,
},
{
name: "Should fail if one of the roles doesn't exists",
name: "Should fail if one of the roles doesn't exist",
data: &[]imports.UserChannelImportData{
{
Name: &th.BasicChannel.Name,