aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-02-28 09:20:29 +0100
committerLoïc Hoguin <[email protected]>2020-02-28 09:20:29 +0100
commit2d7940960464dabda4fbc2412789d17869c96853 (patch)
tree536d94773134b51996651e9e9a5c5f9e7f709373
parentdb12dd680f6539f199308f0783309ffefa5f3b06 (diff)
downloadgun-2d7940960464dabda4fbc2412789d17869c96853.tar.gz
gun-2d7940960464dabda4fbc2412789d17869c96853.tar.bz2
gun-2d7940960464dabda4fbc2412789d17869c96853.zip
Remove the old eunit test
-rw-r--r--test/gun_http2_test.erl8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/gun_http2_test.erl b/test/gun_http2_test.erl
deleted file mode 100644
index 1dd4d68..0000000
--- a/test/gun_http2_test.erl
+++ /dev/null
@@ -1,8 +0,0 @@
--module(gun_http2_test).
--include_lib("eunit/include/eunit.hrl").
-
-handle_go_away_test() ->
- State = gun_http2:init(self(), socket, fake_transport, #{}),
- Data = <<0,0,22,7,0,0,0,0,0,0,0,0,0,0,0,0,11,116,111,111,95,109,97,110,121,95,112,105,110,103,115>>,
- Result = gun_http2:handle(Data, State),
- ?assertEqual(close, Result).