Skip to content

Commit

Permalink
fixup! Config: Version Management
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Dec 7, 2024
1 parent a8b45bf commit 4d6815b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ func TestReadConfigFromReader(t *testing.T) {
assert.Equal(t, "test", c.Name)

err = c.readConfig(strings.NewReader("{}"))
require.NoError(t, err, "Reading a config shorter than encryptionPrefix should not error EOF")
require.NoError(t, err, "Reading a config shorter than encryptionPrefix must not error EOF")
}

func TestLoadConfig(t *testing.T) {
Expand Down

0 comments on commit 4d6815b

Please sign in to comment.