BuildDiff: make actual hash ref

This commit is contained in:
Cole Helbling
2022-01-10 10:02:39 -08:00
parent 0eb952d72d
commit 0c51f3ca7d
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ my $ctx = test_context();
subtest "response" => sub {
my $ret = buildDiff([], []);
is($ret, [
is($ret, {
stillSucceed => [],
stillFail => [],
nowSucceed => [],
@ -19,7 +19,7 @@ subtest "response" => sub {
unfinished => [],
aborted => [],
failed => [],
]);
});
};
is(1, 1);