1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add deleted_branch table fixture (#2832)

* Add deleted_branch table fixture

* Fix deleted branches tests

* Remove unneeded global variable
This commit is contained in:
Lauris BH
2017-11-04 15:31:59 +02:00
committed by GitHub
parent 1621069f83
commit bd6f24b4ab
2 changed files with 29 additions and 23 deletions

View File

@@ -0,0 +1,15 @@
-
id: 1
repo_id: 1
name: foo
commit: 1213212312313213213132131
deleted_by_id: 1
deleted_unix: 978307200
-
id: 2
repo_id: 1
name: bar
commit: 5655464564554545466464655
deleted_by_id: 99
deleted_unix: 978307200