Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Nov 26, 2024
1 parent dae75b6 commit 0da15a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_heuristics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,12 @@ def test_ms_by_heuristics
})
end

def test_msg_by_heuristics
assert_heuristics({
"omnetpp-msg" => all_fixtures("omnetpp-msg", "*.msg"),
})
end

def test_n_by_heuristics
assert_heuristics({
"Roff" => all_fixtures("Roff", "*.n"),
Expand Down

0 comments on commit 0da15a0

Please sign in to comment.