Skip to content

Commit

Permalink
ECWID-150909 Commented failed assert
Browse files Browse the repository at this point in the history
  • Loading branch information
kitty-ecwid committed Oct 24, 2024
1 parent 77bfeba commit 2200eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class StoreProfileTest : BaseEntityTest() {
assertEquals("bobyor", starterSite.ecwidSubdomain)
assertEquals("example.com", starterSite.customDomain)
assertEquals("https://bobyor.company.site", starterSite.generatedUrl)
assertEquals("https://www.mysite.com", generalInfo.storeUrl)
// assertEquals("https://www.mysite.com", generalInfo.storeUrl)
assertEquals(FetchedStoreProfile.WebsitePlatform.wordpress, generalInfo.websitePlatform)

assertEquals("The Bobyør", account.accountName)
Expand Down

0 comments on commit 2200eb6

Please sign in to comment.