Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Grumböck committed May 12, 2020
1 parent d2ee195 commit 03db178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/txt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestTXTRegistry(t *testing.T) {

func testTXTRegistryNew(t *testing.T) {
p := inmemory.NewInMemoryProvider()
_, err := NewTXTRegistry(p, "txt", "", time.Hour)
_, err := NewTXTRegistry(p, "txt", "", "", time.Hour)
require.Error(t, err)

_, err = NewTXTRegistry(p, "", "txt", "", time.Hour)
Expand Down

0 comments on commit 03db178

Please sign in to comment.