@@ -314,8 +314,7 @@ func TestWorkspaceSerialization(t *testing.T) {
314
314
t .Skip ("Serialization errors only occur in postgres" )
315
315
}
316
316
317
- db , ps := dbtestutil .NewDB (t )
318
- var _ = ps
317
+ db , _ := dbtestutil .NewDB (t )
319
318
320
319
user := dbgen .User (t , db , database.User {})
321
320
otherUser := dbgen .User (t , db , database.User {})
@@ -655,7 +654,6 @@ func TestWorkspaceSerialization(t *testing.T) {
655
654
one := newCommitter (t , db , myWorkspace .Workspace , myWorkspace .Build )
656
655
two := newCommitter (t , db , myOtherWorkspace .Workspace , myOtherWorkspace .Build )
657
656
658
- var _ , _ = one , two
659
657
// Run order
660
658
one .GetQuota (ctx , t )
661
659
one .GetAllowance (ctx , t )
@@ -714,7 +712,6 @@ func TestWorkspaceSerialization(t *testing.T) {
714
712
one := newCommitter (t , db , myWorkspace .Workspace , myWorkspace .Build )
715
713
two := newCommitter (t , db , myOtherWorkspace .Workspace , myOtherWorkspace .Build )
716
714
717
- var _ , _ = one , two
718
715
// Run order
719
716
one .GetQuota (ctx , t )
720
717
one .GetAllowance (ctx , t )
@@ -776,7 +773,6 @@ func TestWorkspaceSerialization(t *testing.T) {
776
773
one := newCommitter (t , db , myWorkspace .Workspace , myWorkspace .Build )
777
774
two := newCommitter (t , db , myOtherWorkspace .Workspace , myOtherWorkspace .Build )
778
775
779
- var _ , _ = one , two
780
776
// Run order
781
777
one .GetQuota (ctx , t )
782
778
one .GetAllowance (ctx , t )
0 commit comments