Renaming angular project to 'mempool' from 'mempoolspace'

This commit is contained in:
softsimon
2020-04-28 00:14:29 +07:00
parent 9025d4dd54
commit 7e7b536acb
4 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ describe('workspace-project App', () => {
it('should display welcome message', () => {
page.navigateTo();
expect(page.getTitleText()).toEqual('Welcome to mempoolspace!');
expect(page.getTitleText()).toEqual('Welcome to mempool!');
});
afterEach(async () => {