[go: nahoru, domu]

Skip to content

Commit

Permalink
api: fix print error in migration 23 test
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoveiga authored and otavio committed Jun 9, 2021
1 parent d485206 commit de215b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/store/mongo/migrations/migration_23_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func TestMigration23(t *testing.T) {
}

if migratedDevice.Name != "device-test" {
t.Errorf("Unexpected data on namespace collection %v", migratedNamespace.Name)
t.Errorf("Unexpected data on namespace collection %v", migratedDevice.Name)
return
}

Expand Down

0 comments on commit de215b1

Please sign in to comment.