Skip to content

Commit

Permalink
Change test temp dir from rebac to relations-api.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Jun 18, 2024
1 parent 3ba1a6a commit 2e696b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/data/LocalSpiceDbContainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (l *LocalSpiceDbContainer) CreateSpiceDbRepository() (*SpiceDbRepository, e
return nil, err
}

tmpDir, err := os.MkdirTemp("", "rebac")
tmpDir, err := os.MkdirTemp("", "relations-api")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 2e696b5

Please sign in to comment.