Skip to content

Commit

Permalink
fixed test number
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wolf-ps committed Apr 20, 2020
1 parent b50e9c0 commit 7d47afc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace M6_BugTrackerUI.Tests.DisplayBugsUsingComponent
{
public class M6_06_AddBugListToHomeTests
public class M6_07_AddBugListToHomeTests
{
[Fact(DisplayName = "Add the BugList component to Index @add-buglist-to-index")]
public void AddNavigationToLayoutTest()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace M6_BugTrackerUI.Tests.DisplayBugsUsingComponent
{
public class M6_05_DisplayBugsInTableTests
public class M6_06_DisplayBugsInTableTests
{
[Fact(DisplayName = "Display the List of Bugs in a Table @display-buglist-table")]
public void DisplayBugsInTableTest()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace M6_BugTrackerUI.Tests.DisplayBugsUsingComponent
{
public class M6_06_OrderBugsByPriorityTests
public class M6_05_OrderBugsByPriorityTests
{
[Fact(DisplayName = "Order the list of bugs by priority @order-buglist")]
public void OrderBugsByPriorityTest()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace M6_BugTrackerUI.Tests.DisplayBugsUsingComponent
{
public class M6_06_RetrieveListofBugsTests
public class M6_04_RetrieveListofBugsTests
{
[Fact(DisplayName = "Retrieve list of bugs @retrieve-buglist")]
public void RetrieveListofBugsTest()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using Xunit;
using BugTrackerUI.Tests;

namespace M3_BugTrackerUI.Tests.WorkingWithServicesAndData
namespace M4_BugTrackerUI.Tests.WorkingWithServicesAndData
{
public class M4_07_UpdateEditFormSubmitTests
{
Expand Down

0 comments on commit 7d47afc

Please sign in to comment.