Require project path to not be empty on test setup
This commit is contained in:
parent
49b0aac36c
commit
02f844a05d
@ -59,6 +59,8 @@ func TestMinimalProject(t testing.T) *Project {
|
||||
}...,
|
||||
)
|
||||
|
||||
require.NotEmpty(t, p.project.Path)
|
||||
|
||||
require.NoError(t, err)
|
||||
require.NoError(t, p.Save())
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user