Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 19, 2023
1 parent e16a5bf commit ebe7c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions app/helpers/renderers/feedback_table_renderer.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class FeedbackTableRenderer
include ActionView::Helpers::JavaScriptHelper
include Rails.application.routes.url_helpers
include ApplicationHelper

Expand Down
2 changes: 0 additions & 2 deletions app/helpers/renderers/pythia_renderer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
class PythiaRenderer < FeedbackTableRenderer
include ActionView::Helpers::JavaScriptHelper

def parse
file_viewer_init
super
Expand Down

0 comments on commit ebe7c77

Please sign in to comment.