Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Sep 13, 2024
1 parent e79e642 commit a0620c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ func TestValidate(t *testing.T) {
{
"empty pairs",
emptyPairs,
true,
false,
},
{
"invalid base",
invalidBase,
false,
true,
},
{
"invalid quote",
Expand Down

0 comments on commit a0620c5

Please sign in to comment.