mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
forgot to port test to use new API
This commit is contained in:
@@ -58,7 +58,7 @@ func TestCommandToJSON(t *testing.T) {
|
||||
|
||||
func TestRCSerialization(t *testing.T) {
|
||||
io_data := rc_io_data{}
|
||||
err := create_serializer("", "", &io_data)
|
||||
err := create_serializer(password{"", false}, "", &io_data)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
@@ -85,7 +85,7 @@ func TestRCSerialization(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
err = create_serializer("tpw", pubkey, &io_data)
|
||||
err = create_serializer(password{"tpw", true}, pubkey, &io_data)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user