Skip to content

Commit

Permalink
Fix BuildProperty row name (set singular)
Browse files Browse the repository at this point in the history
  • Loading branch information
benallard committed Nov 25, 2014
1 parent 5d8bc45 commit fc47cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/fake/fakedb.py
Expand Up @@ -462,7 +462,7 @@ class Build(Row):
required_columns = ('buildrequestid', 'masterid', 'buildslaveid')


class BuildProperties(Row):
class BuildProperty(Row):
table = "build_properties"
defaults = dict(
buildid=None,
Expand Down

0 comments on commit fc47cae

Please sign in to comment.