Skip to content

Commit bf4c9fe

Browse files
authored
fix test typo (#1964)
* Fix typo in TestFlushEmptyResponse_worker function * Fix test function name for flush empty response
1 parent b22bdd9 commit bf4c9fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frankenphp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ func testRejectInvalidHeaders(t *testing.T, opts *testOptions) {
942942
}
943943

944944
func TestFlushEmptyResponse_module(t *testing.T) { testFlushEmptyResponse(t, &testOptions{}) }
945-
func TestFlushEmptyRespnse_worker(t *testing.T) {
945+
func TestFlushEmptyResponse_worker(t *testing.T) {
946946
testFlushEmptyResponse(t, &testOptions{workerScript: "only-headers.php"})
947947
}
948948

0 commit comments

Comments
 (0)