fix typo in the app/export_test.go (#19553)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2022-02-15 09:42:13 +03:00
коммит произвёл GitHub
родитель 56e889a3fc
Коммит cf9ed13d24

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

@@ -717,7 +717,7 @@ func TestExportDeletedTeams(t *testing.T) {
require.Nil(t, err)
var b bytes.Buffer
err = th1.App.BulkExport(&b, "somePath", BulkExportOpts{})
err = th1.App.BulkExport(&b, "somePath", model.BulkExportOpts{})
require.Nil(t, err)
th2 := Setup(t)