Skip to content

Commit

Permalink
Simplifies code in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciro S. Costa committed Jul 4, 2018
1 parent 1bad58b commit 78f9fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cast/cast_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ var _ = Describe("Cast", func() {
Height: 10,
},
EventStream: []*cast.Event{
&cast.Event{
{
Time: 1,
Type: "o",
Data: "foo",
Expand Down
2 changes: 1 addition & 1 deletion editor/speed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var _ = Describe("Speed", func() {
BeforeEach(func() {
data = &cast.Cast{
EventStream: []*cast.Event{
&cast.Event{},
{},
},
}
})
Expand Down

0 comments on commit 78f9fb2

Please sign in to comment.