We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5d099 commit d1cd371Copy full SHA for d1cd371
sonnet/src/base_test.py
@@ -298,7 +298,7 @@ def testEntersNameScope_concreteFunction(self):
298
class AbcTest(tf.test.TestCase):
299
300
def testAbstract(self):
301
- msg = "Can't instantiate .* abstract methods"
+ msg = "Can't instantiate .* abstract method"
302
with self.assertRaisesRegex(TypeError, msg):
303
AbstractModule() # pylint: disable=abstract-class-instantiated
304
0 commit comments