Skip to content

Commit

Permalink
Fixed failed build after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragana Berber Krizik committed Oct 24, 2023
1 parent 2f12553 commit 9d87d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/redirectdefinition/repository/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestGetAllRedirects(t *testing.T) {
)
assert.NoError(t, err)
// create repository
repo, err := redirectrepository.NewRedirectsDefinitionRepository(l, remotePersistor)
repo, err := redirectrepository.NewBaseRedirectsDefinitionRepository(l, remotePersistor)
if err != nil {
fmt.Print(err)
}
Expand Down

0 comments on commit 9d87d23

Please sign in to comment.