summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo.test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.test.go b/repo.test.go
index 6b0fe57..1e2795c 100644
--- a/repo.test.go
+++ b/repo.test.go
@@ -16,6 +16,7 @@ import (
func (mt *ReposTable) Delete() {
log.Info("implement table Delete here")
+ mt.parent.DeleteTable(mt.pb)
}
func (mt *ReposTable) UpdateTable(pb *Repos) {