Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Nov 14, 2024
1 parent 4285ad3 commit 5ed7a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ func TestTomlPostRestore(t *testing.T) {
[post-restore]
checksum = "req"
`))
require.EqualError(t, err, "invalid op level 'req', please choose valid option between ['off', 'optional', 'required']")
require.EqualError(t, err, "toml: line 3 (last key \"post-restore.checksum\"): invalid op level 'req', please choose valid option between ['off', 'optional', 'required']")

err = cfg.LoadFromTOML([]byte(`
[post-restore]
Expand Down

0 comments on commit 5ed7a63

Please sign in to comment.