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

refactor(SqlParticipantStore): apply AbstractSqlStore class and PostgresqlStoreSetupExtension in test #51

Conversation

wolf4ood
Copy link
Contributor

@wolf4ood wolf4ood commented Oct 27, 2022

What this PR changes/adds

Make the SqlParticipantStore extends AbstractSqlStore and make usage of the PostgresqlStoreSetupExtension for
the test setup

Why it does that

Reduce duplicated code when in the SQL store implementation and testing.

Linked Issue(s)

Closes #49

Checklist

  • added appropriate tests?
  • performed checkstyle check locally?
  • added/updated copyright headers?
  • documented public classes/methods?
  • added/updated relevant documentation?
  • added relevant details to the changelog? (skip with label no-changelog)
  • formatted title correctly? (take a look at the CONTRIBUTING and styleguide for details)

@bscholtes1A bscholtes1A merged commit 75e3b5d into eclipse-edc:main Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SqlParticipantStore: apply AbstractSqlStore class refactor
3 participants