Skip to content

Commit

Permalink
Update test/Tests/src/Data/Range_Spec.enso
Browse files Browse the repository at this point in the history
Co-authored-by: James Dunkerley <[email protected]>
  • Loading branch information
radeusgd and jdunkerley authored Apr 20, 2022
1 parent 665e8e1 commit cfa9b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Tests/src/Data/Range_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from Standard.Base import all
import Standard.Test

spec = Test.group "Range" <|
Test.specify "should be created with a start, an end and step" <|
Test.specify "should be created with a start, an end and a step" <|
range = 1.up_to 100
range.start . should_equal 1
range.end . should_equal 100
Expand Down

0 comments on commit cfa9b49

Please sign in to comment.