File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,22 +38,22 @@ class ExpectTargetIDAndValueColumnValuesToBeUniqueWithinRecord(gxe.ExpectSelectC
3838
3939
4040class ExpectTargetIDColumnValuesToNotBeNull (gxe .ExpectColumnValuesToNotBeNull ):
41- column = 'target_id'
41+ column : str = 'target_id'
4242 description : str = "Expect Target ID column to be complete with no nulls"
4343
4444
4545class ExpectContactValueColumnValuesToNotBeNull (gxe .ExpectColumnValuesToNotBeNull ):
46- column = 'value'
46+ column : str = 'value'
4747 description : str = "Expect Value column to be complete with no nulls"
4848
4949
5050class ExpectContactTypeColumnValuesToNotBeNull (gxe .ExpectColumnValuesToNotBeNull ):
51- column = 'contacttype'
51+ column : str = 'contacttype'
5252 description : str = "Expect Contact Type column to be complete with no nulls"
5353
5454
5555class ExpectSubTypeColumnValuesToNotBeNull (gxe .ExpectColumnValuesToNotBeNull ):
56- column = 'subtype'
56+ column : str = 'subtype'
5757 description : str = "Expect Subtype column to be complete with no nulls"
5858
5959
You can’t perform that action at this time.
0 commit comments