Skip to content

Commit

Permalink
Remove unnecessary include from Function tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Sep 14, 2023
1 parent 813524f commit be6153b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/experiments/Function.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,9 @@ def process_effect
#-----------------------------------------------
if $0 == __FILE__
require 'test/unit'
require_relative '../../Hypertension'

class Exogenous < Test::Unit::TestCase
include Continuous, Hypertension
include Continuous

def identity(i)
i
Expand Down

0 comments on commit be6153b

Please sign in to comment.