mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
use Fatalf instead of Fatal(Sprintf)
This commit is contained in:
parent
e9a40cdc35
commit
b4eb1b8bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -1179,7 +1179,7 @@ func TestTx_DeleteBitmapsWithPrefix(t *testing.T) {
|
|||
pf("-\n")
|
||||
|
||||
default:
|
||||
t.Fatal(fmt.Sprintf("unexpected page info type %T", info))
|
||||
t.Fatalf("unexpected page info type %T", info)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue