chore: fix formatting
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ void main() {
|
||||
);
|
||||
expect(
|
||||
GetOrganizationAppsResponse.fromJson(
|
||||
getOrganizationAppsRequest.toJson())
|
||||
.toJson(),
|
||||
getOrganizationAppsRequest.toJson(),
|
||||
).toJson(),
|
||||
equals(getOrganizationAppsRequest.toJson()),
|
||||
);
|
||||
});
|
||||
|
||||
+2
-2
@@ -14,8 +14,8 @@ void main() {
|
||||
);
|
||||
expect(
|
||||
GetOrganizationUsersResponse.fromJson(
|
||||
getOrganizationUsersRequest.toJson())
|
||||
.toJson(),
|
||||
getOrganizationUsersRequest.toJson(),
|
||||
).toJson(),
|
||||
equals(getOrganizationUsersRequest.toJson()),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user