Skip to content

Commit

Permalink
Merge pull request #33 from maxmind/greg/no-master
Browse files Browse the repository at this point in the history
Replace master references
  • Loading branch information
rafl authored Jan 28, 2021
2 parents d755d74 + eeddf8e commit d05e74a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-bin/update-copied-tests
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use File::pushd;
use File::Temp qw( tempdir );
use Path::Class qw( file );

my $branch = shift || 'master';
my $branch = shift || 'main';

my $tempdir = tempdir( CLEANUP => 1 );

Expand Down
2 changes: 1 addition & 1 deletion t/MaxMind/DB/Reader-decoder.t
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ my $reader
is( $mmdb_record->{uint64}, uint128(0), 'decoded uint64 is 0' );
is( $mmdb_record->{uint128}, uint128(0), 'decoded uint128 is 0' );
is_deeply( $mmdb_record->{array}, [], 'decoded array is empty' );
is_deeply( $mmdb_record->{map}, {}, 'decoded map is empty' );
is_deeply( $mmdb_record->{map}, {}, 'decoded map is empty' );
ok( !$mmdb_record->{boolean}, 'decoded false bool' );
is( $mmdb_record->{float}, 0, 'decoded float is 0' );
}
Expand Down

0 comments on commit d05e74a

Please sign in to comment.