mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
fix variable naming
This commit is contained in:
parent
57b119b23f
commit
690ac1c7f6
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ func TestWidgetAssociations(t *testing.T) {
|
|||
|
||||
var widget1 Widget
|
||||
assert.NoError(t, db.Find(&widget1, 1).Error, fmt.Sprintf("Find Widget with ID=1"))
|
||||
assert.EqualValues(t, WidgetA.Name, widget1.Name)
|
||||
assert.EqualValues(t, widgetA.Name, widget1.Name)
|
||||
|
||||
// Get files of widget
|
||||
var files []File
|
||||
|
|
Loading…
Add table
Reference in a new issue