12 lines
180 B
Go
12 lines
180 B
Go
|
package ast
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestRollRouterBack(t *testing.T) {
|
||
|
RollRouterBack("ttt", "Testttt")
|
||
|
}
|
||
|
|
||
|
func TestRollGormBack(t *testing.T) {
|
||
|
RollGormBack("ttt", "Testttt")
|
||
|
}
|