Skip to content

Commit d0318c4

Browse files
committed
fixing test
1 parent 7d49206 commit d0318c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/services/workflows/engine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2280,7 +2280,7 @@ func TestEngine_ConcurrentExecutions(t *testing.T) {
22802280
eid2 := getExecutionID(t, eng, testHooks)
22812281

22822282
assert.Equal(t, store.StatusCompleted, state.Status)
2283-
assert.Equal(t, 2, beholderTester.Len(t, "beholder_entity", MeteringReportEntity))
2283+
assert.Equal(t, 2, beholderTester.Len(t, "beholder_entity", fmt.Sprintf("%s.%s", MeteringProtoPkg, MeteringReportEntity)))
22842284
assert.Equal(t, 1, beholderTester.Len(t, platform.KeyWorkflowExecutionID, eid))
22852285
assert.Equal(t, 1, beholderTester.Len(t, platform.KeyWorkflowExecutionID, eid2))
22862286
}

0 commit comments

Comments
 (0)