Skip to content

Commit

Permalink
Change Given to And
Browse files Browse the repository at this point in the history
  • Loading branch information
pbashyal-nmdp committed Sep 30, 2022
1 parent c35ff75 commit 5953e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/features/drbx_blender.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: DRB1 blends with DRB3, DRB4, DRB5
Scenario Outline: DRB1 blends

Given a subject has <DRB1_SLUG> DRB1 SLUG
Given a subject has <DRB3> DRB3 allele
And a subject has <DRB3> DRB3 allele
And a subject has <DRB4> DRB4 allele
And a subject has <DRB5> DRB5 allele
When I blend the DRBX alleles with DRB1 allele
Expand All @@ -24,7 +24,7 @@ Feature: DRB1 blends with DRB3, DRB4, DRB5
Scenario Outline: DRB1 doesn't blend

Given a subject has <DRB1_SLUG> DRB1 SLUG
Given a subject has <DRB3> DRB3 allele
And a subject has <DRB3> DRB3 allele
And a subject has <DRB4> DRB4 allele
And a subject has <DRB5> DRB5 allele
When I blend the DRBX alleles with DRB1 allele, it shouldn't blend
Expand Down

0 comments on commit 5953e44

Please sign in to comment.