Changed name to a test in db_test.go
This commit is contained in:
parent
37bbbb6098
commit
40caa2d158
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ func TestSignWeeklyReport(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestSignWeeklyReportByNonProjectManager(t *testing.T) {
|
||||
func TestSignWeeklyReportByAnotherProjectManager(t *testing.T) {
|
||||
db, err := setupState()
|
||||
if err != nil {
|
||||
t.Error("setupState failed:", err)
|
||||
|
|
Loading…
Reference in a new issue