We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66540e commit 35e00aeCopy full SHA for 35e00ae
1 file changed
pkg/proji/storage/item/project_test.go
@@ -27,7 +27,7 @@ func TestNewProject(t *testing.T) {
27
assert.Equal(t, projExp, projAct)
28
}
29
30
-func TestProjectCreate(t *testing.T) {
+func TestProject_Create(t *testing.T) {
31
originalCwd, err := os.Getwd()
32
if err != nil {
33
t.Error(err)
0 commit comments