Skip to content

Commit

Permalink
Fix 1-char typo (flutter#36820)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Oct 20, 2022
1 parent c8fdcf1 commit 6803f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/window/pointer_data_packet_converter_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void UnpackPointerPacket(std::vector<PointerData>& output, // NOLINT
packet.reset();
}

TEST(PointerDataPacketConverterTest, CanConvetPointerDataPacket) {
TEST(PointerDataPacketConverterTest, CanConvertPointerDataPacket) {
PointerDataPacketConverter converter;
auto packet = std::make_unique<PointerDataPacket>(6);
PointerData data;
Expand Down

0 comments on commit 6803f42

Please sign in to comment.