Fix module name of trace tests
This commit is contained in:
parent
99bed16f9a
commit
a01fbed6d9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
require "test_helper"
|
||||
|
||||
module Api
|
||||
module Traces
|
||||
class IconsControllerTest < ActionDispatch::IntegrationTest
|
||||
##
|
||||
# test all routes which lead to this controller
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require "test_helper"
|
||||
|
||||
module Api
|
||||
module Traces
|
||||
class PicturesControllerTest < ActionDispatch::IntegrationTest
|
||||
##
|
||||
# test all routes which lead to this controller
|
||||
|
|
Loading…
Add table
Reference in a new issue