diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7685ec..b05b17f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ on: jobs: # This workflow contains a single job called "build" dotTEST: + name: dotTEST P1 # The type of runner that the job will run on runs-on: self-hosted diff --git a/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs b/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs index fc2cf3f..c54470f 100644 --- a/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs +++ b/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs @@ -9,7 +9,7 @@ public partial class History : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { - Bank bank = BankProvider.Instance.GetBank(this.Application, true, true); + Bank bank = BankProvider.Instance.GetBank(this.Application, true, true); BankUser user = bank.GetUserByLogin(Page.User.Identity.Name); string accountNumber = Request["account"];