mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Workaround for https://gitlab.com/arctic-fox/spectator/-/issues/53
This commit is contained in:
parent
ce248de0d9
commit
a23b2d0753
1 changed files with 6 additions and 0 deletions
|
@ -16,4 +16,10 @@ class SpectatorTest
|
||||||
|
|
||||||
def initialize(@spectator_test_values : ::Spectator::TestValues)
|
def initialize(@spectator_test_values : ::Spectator::TestValues)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Prevent leaking internal values since their types may differ.
|
||||||
|
# Workaround for: https://gitlab.com/arctic-fox/spectator/-/issues/53
|
||||||
|
def inspect(io)
|
||||||
|
io << self.class
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue