Skip to content

Commit

Permalink
revert changes in 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala authored and tgodzik committed Jan 24, 2024
1 parent f9fadfe commit 9d531dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cross/src/test/scala/tests/pc/SignatureHelpSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite {
|Random(seed: Int)
|Random(seed: Long)
|Random(self: Random)
|""".stripMargin,
|""".stripMargin
)
)

Expand Down Expand Up @@ -627,7 +627,7 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite {
">=3.4.1-RC1-bin-20240120-hash-NIGHTLY" ->
"""|apply([age: Int], [name: String]): User
| ^^^^^^^^^^^^^^
|""".stripMargin,
|""".stripMargin
)
)

Expand All @@ -650,7 +650,7 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite {
">=3.4.1-RC1-bin-20240120-hash-NIGHTLY" ->
"""|apply(name: String, age: Int): User
| ^^^^^^^^
|""".stripMargin,
|""".stripMargin
)
)

Expand Down

0 comments on commit 9d531dc

Please sign in to comment.