5 lines
149 B
Elixir
5 lines
149 B
Elixir
defmodule SnmpKit.SnmpMgr.MIB.ParserTest do
|
|
use ExUnit.Case, async: true
|
|
|
|
# Parser tests removed - sub_index extraction not currently needed
|
|
end
|