Skip to content

Commit

Permalink
Merge pull request #56 from danifgxcom/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo authored May 4, 2024
2 parents 04e543f + f8c72e0 commit ebd4e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/migrating_to_serenity_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you are using internal Serenity classes, you may need to modify the relevant
| | net.thucydides.core.annotations.* | net.serenitybdd.annotations.* |
| | Other net.thucydides.core.* | net.thucydides.model.* |

For example, you may need to replace `net.thucydides.core.util.EnvironmentVariables` with `net.thucydides.core.util.EnvironmentVariables`
For example, you may need to replace `net.thucydides.core.util.EnvironmentVariables` with `net.thucydides.model.util.EnvironmentVariables`


## Step 5: Test Your Changes
Expand Down

0 comments on commit ebd4e92

Please sign in to comment.