Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
ec2d9571
Commit
ec2d9571
authored
Feb 28, 2018
by
Samuel GAIST
Browse files
[test][prefix][database] Fixed SmallView, wrong class name used with super
parent
66ea3914
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/prefix/databases/large/1.py
View file @
ec2d9571
...
...
@@ -65,7 +65,7 @@ class LargeView(View):
class
SmallView
(
View
):
def
__init__
(
self
):
super
(
Large
View
,
self
).
__init__
()
super
(
Small
View
,
self
).
__init__
()
numpy
.
random
.
seed
(
0
)
# So it is kept reproducible
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment