core: move notary tests into the notary package

This commit is contained in:
Roman Khimov 2022-06-08 23:07:28 +03:00
parent 5d573895ad
commit ef50518b83
2 changed files with 3 additions and 6 deletions

View file

@ -26,7 +26,6 @@ const (
)
var (
notaryModulePath = filepath.Join("..", "services", "notary")
pathToInternalContracts = filepath.Join("..", "..", "internal", "contracts")
)