mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed failing events test and issue with dashboard list panel
This commit is contained in:
@@ -18,7 +18,7 @@ func TestEventCreation(t *testing.T) {
|
||||
Timestamp: time.Unix(1231421123, 223),
|
||||
}
|
||||
|
||||
wire, _ := ToOnWriteEvent(e)
|
||||
wire, _ := ToOnWriteEvent(&e)
|
||||
So(e.Timestamp.Unix(), ShouldEqual, wire.Timestamp.Unix())
|
||||
So(wire.EventType, ShouldEqual, "TestEvent")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user