mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Get inspection string of attribute values
This commit is contained in:
parent
751c15434b
commit
2251168631
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ module Spectator::Matchers
|
|||
{% begin %}
|
||||
{
|
||||
{% for attribute in ExpectedType.keys %}
|
||||
{{"expected " + attribute.stringify}}: expected.value[{{attribute.symbolize}}]),
|
||||
{{"actual " + attribute.stringify}}: snapshot[{{attribute.symbolize}}],
|
||||
{{"expected " + attribute.stringify}}: expected.value[{{attribute.symbolize}}].inspect,
|
||||
{{"actual " + attribute.stringify}}: snapshot[{{attribute.symbolize}}].inspect,
|
||||
{% end %}
|
||||
}
|
||||
{% end %}
|
||||
|
|
Loading…
Reference in a new issue