mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-07 16:59:34 +08:00
fix: step type
This commit is contained in:
@@ -316,7 +316,7 @@ func (s *StepIOS) Name() string {
|
||||
}
|
||||
|
||||
func (s *StepIOS) Type() StepType {
|
||||
return stepTypeAndroid
|
||||
return stepTypeIOS
|
||||
}
|
||||
|
||||
func (s *StepIOS) Struct() *TStep {
|
||||
@@ -457,7 +457,7 @@ func (s *StepIOSValidation) Name() string {
|
||||
}
|
||||
|
||||
func (s *StepIOSValidation) Type() StepType {
|
||||
return stepTypeAndroid
|
||||
return stepTypeIOS
|
||||
}
|
||||
|
||||
func (s *StepIOSValidation) Struct() *TStep {
|
||||
|
||||
Reference in New Issue
Block a user