Controller tests are in fact API tests

This commit is contained in:
Deluan
2016-02-25 12:41:34 -05:00
parent 30be51517e
commit f04ec42fdf
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
package controller_test
package api_test
import (
"testing"
@@ -1,4 +1,4 @@
package controller_test
package api_test
import (
"testing"
@@ -1,4 +1,4 @@
package controller_test
package api_test
import (
"testing"
@@ -1,4 +1,4 @@
package controller_test
package api_test
import (
"testing"