We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16a430 commit 4730361Copy full SHA for 4730361
test/models/statistic_info_test.rb
@@ -10,7 +10,7 @@ class StatisticInfoTest < ActiveSupport::TestCase
10
test "the default statistical interval should equal to env config" do
11
statistic_info = StatisticInfo.new
12
13
- assert_equal ENV["HASH_RATE_STATISTICAL_INTERVAL"], statistic_info.instance_variable_get(:@hash_rate_statistical_interval)
+ assert_equal 100, statistic_info.instance_variable_get(:@hash_rate_statistical_interval)
14
end
15
16
test "id should present" do
0 commit comments