]> git.donarmstrong.com Git - debbugs.git/commitdiff
it's now submitter->email
authorDon Armstrong <don@donarmstrong.com>
Sun, 30 Jun 2019 23:07:10 +0000 (16:07 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 30 Jun 2019 23:07:10 +0000 (16:07 -0700)
t/22_oo_interface.t

index 55a6b527261afc3b68e2941e98046edd74725cf2..f8262c3d7fd8e36ac95ae5606aea3bc4917e525c 100644 (file)
@@ -56,7 +56,7 @@ ok(!$bug->archiveable,
   );
 $tests++;
 
-is($bug->submitter,'foo@bugs.something',
+is($bug->submitter->email,'foo@bugs.something',
    "Submitter works"
   );
 $tests++;