JPNIC: Fix handling multiple technical contacts
[App-Abuser.git] / t / krnic.t
blob1d1467a567e63066fa726aef2f767413e4837f0a
1 use Test::More tests => 1;
2 use App::Abuser ();
3 use File::Spec ();
4 require './t/Stub.pm';
5 $Stub::server = 'whois.kisa.or.kr';
7 is(App::Abuser->new->search('192.0.2.3'), 'good@example.com', 'more specific network');