bring examples so tests pass.

This commit is contained in:
fiatjaf
2023-09-18 16:31:05 -03:00
parent 0b433cd95a
commit 5afda80c1a
23 changed files with 19 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ func newTestDigest(in string) []byte {
func TestRemoteCalendarExample(t *testing.T) {
dts, err := NewDetachedTimestampFromPath(
"../examples/two-calendars.txt.ots",
"./examples/two-calendars.txt.ots",
)
require.NoError(t, err)