tests: fixes snapshots

This commit is contained in:
Nuno Maduro
2021-06-10 19:26:42 +01:00
parent 977dbb5bcb
commit dd2921fd26
3 changed files with 6 additions and 6 deletions

View File

@ -26,5 +26,6 @@ trait Gettable
}
}
get('foo'); // not incomplete because closure is created...
get('foo')->get('bar')->expect(true)->toBeTrue();
get('foo')->expect(true)->toBeTrue();