Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
caneff committed Sep 15, 2023
1 parent 8808774 commit a5c3a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/dataframe/frame_base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def func(self, a, kw_only, **kwargs):
proxy = ProxyUsesKwOnly()

# pylint: disable=too-many-function-args,no-value-for-parameter
with self.assertRaises(TypeError): # missing 1 require positional argument
with self.assertRaises(TypeError): # missing 1 required positional argument
proxy.func()

self.assertEqual(proxy.func(100), {'a': 100, 'kw_only': 4})
Expand Down

0 comments on commit a5c3a0e

Please sign in to comment.