databuilderframework
databuilderframework copied to clipboard
Null returned from data builder is not nullifying the previous generated data.
Lets assume in flow#1 builders produced data1, now in second execution same builder run and now it is returning null. But still we are able to access data1 which is stale data. Ideally in next available data data1 should not be present.