Skip to content
Snippets Groups Projects

Resolve "To improve the device watching mechanism a fetch all after time interval method should be implemented"

3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -158,7 +158,7 @@ func TestNewMneUpdateEvent(t *testing.T) {
}
if !reflect.DeepEqual(got.PathsAndValuesMap, tt.want.PathsAndValuesMap) {
t.Errorf("NewMneUpdateEvent().Type = %v, want %v", got, tt.want)
t.Errorf("NewMneUpdateEvent().PathsAndValuesMap = %v, want %v", got, tt.want)
}
})
}
Loading