mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 20:01:35 +01:00
Modified the Dot11 constructor.
This commit is contained in:
@@ -73,7 +73,7 @@ TEST_F(Dot11Test, ConstructorFromBuffer) {
|
||||
}
|
||||
|
||||
TEST_F(Dot11Test, SrcAddrConstructor) {
|
||||
Dot11 dot11("lo", hwaddr);
|
||||
Dot11 dot11(hwaddr);
|
||||
EXPECT_EQ(dot11.addr1(), hwaddr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user