Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
lysShub committed May 25, 2024
1 parent 1664905 commit e8aa967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion divert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Test_Load_DLL(t *testing.T) {
}

func Test_Helper(t *testing.T) {
require.NoError(t, Load(DLL))
MustLoad(DLL)

t.Run("format/null", func(t *testing.T) {
d, err := Open("false", Network, 0, 0)
Expand Down

0 comments on commit e8aa967

Please sign in to comment.