Skip to content
Snippets Groups Projects
Commit dd6c7e98 authored by ko_oler's avatar ko_oler
Browse files

правки по ПР

parent 73eabcd3
No related branches found
No related tags found
No related merge requests found
...@@ -608,7 +608,7 @@ func TestSetupInstall(t *testing.T) { ...@@ -608,7 +608,7 @@ func TestSetupInstall(t *testing.T) {
err := setup.Install(context.Background()) err := setup.Install(context.Background())
require.Error(t, err) require.Error(t, err)
assert.ErrorContains(t, err, "failed to install collection") assert.ErrorContains(t, err, "migrate environment: can't migrate")
rMock.AssertExpectations(t) rMock.AssertExpectations(t)
collsMock.AssertExpectations(t) collsMock.AssertExpectations(t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment