mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-28 05:38:58 -07:00
fix: modified to fix some of the test failures.
This commit is contained in:
parent
bdeaf2ec92
commit
8f77f2258c
7 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
gstructs "github.com/dragonheim/gagent/internal/gstructs"
|
||||
)
|
||||
|
||||
const testChainDBPath = "test_chaindb.hcl"
|
||||
const testChainDBPath = "/tmp/test_chaindb.hcl"
|
||||
|
||||
func TestGagentDb(t *testing.T) {
|
||||
// Create a new GagentDb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue