From 2434dee3f5f1e4484b642a73b91881220368f90a Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 28 Mar 2024 12:43:42 -0700 Subject: [PATCH] Update http_profile_response_data_test.dart --- pkgs/http_profile/test/http_profile_response_data_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/http_profile/test/http_profile_response_data_test.dart b/pkgs/http_profile/test/http_profile_response_data_test.dart index 177eac5ce8..646c3e6729 100644 --- a/pkgs/http_profile/test/http_profile_response_data_test.dart +++ b/pkgs/http_profile/test/http_profile_response_data_test.dart @@ -35,7 +35,7 @@ void main() { statusCode: 302, method: 'GET', location: 'http://somewhere')); }); - test('equal', () { + test('not equal', () { expect( HttpProfileRedirectData( statusCode: 302, method: 'GET', location: 'http://somewhere'),