Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Upgraded dep, moved test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Apr 7, 2022
1 parent b0c4a02 commit aadc75b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_draft_transactions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ func createDraftTransactionFromHex(hex string, inInfo []interface{}) (*DraftTran
}

func TestDraftTransaction_estimateFees(t *testing.T) {
jsonFile, err := os.Open("./model_draft_transactions_test.json")
jsonFile, err := os.Open("./tests/model_draft_transactions_test.json")
require.NoError(t, err)
defer func() {
_ = jsonFile.Close()
Expand Down

0 comments on commit aadc75b

Please sign in to comment.