Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Commit 368c248

Browse files
committed
continued: Add latestRun to job meta to assert run id
Signed-off-by: wslulciuc <[email protected]>
1 parent 1a9c96a commit 368c248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/marquez/client/MarquezClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public class MarquezClientTest {
294294
UPDATED_AT,
295295
NOMINAL_START_TIME,
296296
NOMINAL_END_TIME,
297-
RunState.NEW,
297+
RunState.RUNNING,
298298
START_AT,
299299
ENDED_AT,
300300
DURATION,

0 commit comments

Comments
 (0)