mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix accidental check-in from testing
This commit is contained in:
parent
e037e42fa7
commit
2f6ef4b578
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Spectator.describe Spectator do
|
|||
|
||||
it "handles multiple lines and examples" do
|
||||
# Offset is important.
|
||||
expect(location.line).to eq(__LINE__ - 3)
|
||||
expect(location.line).to eq(__LINE__ - 2)
|
||||
# This line fails, refer to https://github.com/crystal-lang/crystal/issues/10562
|
||||
# expect(location.end_line).to eq(__LINE__ + 2)
|
||||
# Offset is still important.
|
||||
|
|
Loading…
Reference in a new issue