Skip to content

Commit

Permalink
A wording improvement in ExtractAPISpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
gkossakowski committed Mar 30, 2016
1 parent 81cbabf commit 012f615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.internal.util.UnitSpec

class ExtractAPISpecification extends UnitSpec {

"Existential types in method signatures" should "have stable names" in stableExistentialNames()
"ExtractAPI" should "give stable names to members of existential types in method signatures" in stableExistentialNames()

it should "extract children of a sealed class" in {
def compileAndGetFooClassApi(src: String): ClassLike = {
Expand Down

0 comments on commit 012f615

Please sign in to comment.