Skip to content

Commit a2d307b

Browse files
Add todo item in 'RequestReportJobTest' class
1 parent d3163ea commit a2d307b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/edu/ucsb/nceas/mdqengine/scheduler/RequestReportJobTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
*/
2626
public class RequestReportJobTest {
2727

28+
// TODO: Review and refactor the code, specifically resetting the Field Reflection values to
29+
// ensure it doesn't affect other tests to be safe. See if there is a way to have this done
30+
// with it only being set up once (ex. using '@Afterall' and '@Beforeall'
31+
2832
/**
2933
* Temporary folder for tests to run in
3034
*/

0 commit comments

Comments
 (0)