fix test name

This commit is contained in:
Mitchell Hashimoto
2022-11-18 18:18:10 -08:00
parent dbf167d18a
commit 02b6eb123e

View File

@ -485,7 +485,7 @@ test "OSC: reset_cursor_color" {
try testing.expect(cmd == .reset_cursor_color);
}
test "OSC: reset_cursor_color" {
test "OSC: get/set clipboard" {
const testing = std.testing;
var p: Parser = .{};