Skip to content

Commit

Permalink
Breakup long tests into shorter ones
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed May 9, 2021
1 parent a280c74 commit 8bf06c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions environment/builtins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,11 @@ func TestTime(t *testing.T) {
if out.Type() != object.NULL {
t.Errorf("no arguments returns a weird result")
}
}

func TestTimeKnown(t *testing.T) {

var args []object.Object

//
// Now create a known-time
Expand Down

0 comments on commit 8bf06c5

Please sign in to comment.