Skip to content

Commit

Permalink
Rename Semblance to Juxtaposition
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 9, 2025
1 parent 2fb8a38 commit c5c6812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/probably.Details.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ enum Details:
case Throws(stack: StackTrace)
case CheckThrows(stack: StackTrace)
case Captures(values: Map[Text, Text])
case Compare(expected: Text, found: Text, semblance: Semblance)
case Compare(expected: Text, found: Text, juxtaposition: Juxtaposition)
case Message(message: Text)

0 comments on commit c5c6812

Please sign in to comment.