Skip to content

Commit

Permalink
fixing tests for model
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyRayquazas committed Oct 24, 2024
1 parent a200f2d commit 98b85e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkmodel/tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_create(self):
"""
#test default model creation#
model = pk.Model(name = "TestModel")
self.assertEqual(model.name, "testModel") #name
self.assertEqual(model.name, "TestModel") #name
self.assertEqual(model.V_c, 1) #V_c
self.assertEqual(model.CL, 1) #CL
self.assertEqual(model.X, 1) #X
Expand Down

0 comments on commit 98b85e3

Please sign in to comment.