]> git.openstreetmap.org Git - rails.git/commitdiff
Fix module name of trace tests
authorAnton Khorev <tony29@yandex.ru>
Thu, 28 Mar 2024 05:42:01 +0000 (08:42 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 28 Mar 2024 05:42:01 +0000 (08:42 +0300)
test/controllers/traces/icons_controller_test.rb
test/controllers/traces/pictures_controller_test.rb

index 9d1c6ed9c47a5897418d66df4d5859b7a24f4d8f..24786b3ace945dc2159f13591d8d363efeca0c5a 100644 (file)
@@ -1,6 +1,6 @@
 require "test_helper"
 
-module Api
+module Traces
   class IconsControllerTest < ActionDispatch::IntegrationTest
     ##
     # test all routes which lead to this controller
index 3bc531cbeb6d5ebccb76529a932e8e4ef04462fa..af203394e6da4f35a7fb19e5aab7fc0612a88f5a 100644 (file)
@@ -1,6 +1,6 @@
 require "test_helper"
 
-module Api
+module Traces
   class PicturesControllerTest < ActionDispatch::IntegrationTest
     ##
     # test all routes which lead to this controller