You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
163B

  1. package main
  2. import "testing"
  3. //This test retrieve current menu
  4. func TestGetMenu(t *testing.T) {
  5. SetupConfig()
  6. CreateDefaultMenu()
  7. //check menu from Wechat
  8. }