diff --git a/QRCoderTests/PayloadGeneratorTests.cs b/QRCoderTests/PayloadGeneratorTests.cs index 2527f2d8..8a9a2c72 100644 --- a/QRCoderTests/PayloadGeneratorTests.cs +++ b/QRCoderTests/PayloadGeneratorTests.cs @@ -331,7 +331,6 @@ public void wifi_should_build_wpa2() generator.ToString().ShouldBe($"WIFI:T:WPA2;S:MyWiFiSSID;P:7heP4assw0rd;;"); } - [Fact] [Category("PayloadGenerator/WiFi")] public void wifi_should_ignore_hiddenSSID_param()