File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Automation/Automation.Test/UnitTests/Models Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ public void ScheduleConstructorHandlesMonthlyDayOfWeekSchedule()
62
62
}
63
63
64
64
[ Fact ]
65
- [ Trait ( Category . Automation , Category . CheckIn ) ]
65
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
66
+ [ Trait ( Category . Service , Category . Automation ) ]
66
67
public void ScheduleConstructorHandlesMonthlyDayOfMonthSchedule ( )
67
68
{
68
69
var sdkSchedule = new Schedule ( )
@@ -86,7 +87,8 @@ public void ScheduleConstructorHandlesMonthlyDayOfMonthSchedule()
86
87
}
87
88
88
89
[ Fact ]
89
- [ Trait ( Category . Automation , Category . CheckIn ) ]
90
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
91
+ [ Trait ( Category . Service , Category . Automation ) ]
90
92
public void ScheduleConstructorHandlesWeeklySchedule ( )
91
93
{
92
94
var sdkSchedule = new Schedule ( )
You can’t perform that action at this time.
0 commit comments