Skip to content

Commit c3a35a0

Browse files
Update pbm/storage/mio/config_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1367ad5 commit c3a35a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/storage/mio/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func TestCast(t *testing.T) {
7272
var c *Config
7373
err := c.Cast()
7474
if err == nil {
75-
t.Fatal("sigsegv should happened instead")
75+
t.Fatal("sigsegv should have happened instead")
7676
}
7777

7878
c = &Config{}

0 commit comments

Comments
 (0)