From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/env perl
use strict;
use Test::More tests => 3;
use lib qw(lib);
can_ok('Net::Upwork::API::Routers::Organization::Teams', 'new');
can_ok('Net::Upwork::API::Routers::Organization::Teams', 'get_list');
can_ok('Net::Upwork::API::Routers::Organization::Teams', 'get_users_in_team');