Skip to content

Commit

Permalink
Fix random unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcheramy committed Nov 4, 2024
1 parent b3f3f95 commit 5806287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/manager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
Oxidized.config.source.csv.map.name = '0'
result = Oxidized.mgr.add_source('csv')
_(result['csv']).must_equal Oxidized::Source::CSV

Oxidized.config.source.http.url = 'http://localhost/nodes'
result = Oxidized.mgr.add_source('http')
_(result['http']).must_equal Oxidized::Source::HTTP
end
Expand Down

0 comments on commit 5806287

Please sign in to comment.