Skip to content

Commit

Permalink
Remove JSON::Class used for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Jul 11, 2022
1 parent 3bab708 commit e0c2237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/040-types.rakutest
Expand Up @@ -4,7 +4,6 @@ use v6;
use Test;

use JSON::Unmarshal;
use JSON::Class;

sub test-typed($json, Mu \obj-class, Mu $expected, Str :$message is copy, Bool :$is-null) {
my $type-name = $expected.^name;
Expand Down Expand Up @@ -54,7 +53,7 @@ class IntDCoerced {
class VersionDCoerced {
has Version:D() $.attr is required;
}
class DateTimeDClass does JSON::Class {
class DateTimeDClass {
has DateTime:D $.attr is required;
}

Expand Down

0 comments on commit e0c2237

Please sign in to comment.