Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Solender committed Dec 12, 2019
1 parent ce54cc5 commit 4c8b6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,13 @@ func testSave(sess *Session, req *require.Assertions) {
req.Nil(a2.SingleSpecA)
req.Nil(b2.SingleSpec)


//test save something that isn't connected to anything
singleSave := &a{
TestField: "test",
TestTypeDefString: "dasdfas",
TestTypeDefInt: 600,
ManyA: []*b{},
MultiA: []*b{},
ManyA: []*b{},
MultiA: []*b{},
}

req.Nil(sess.Begin())
Expand Down
1 change: 0 additions & 1 deletion save_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func parseM2M(req *require.Assertions) {
req.EqualValues(oldRels, curRels)
}


func TestCalculateCurRels(t *testing.T) {
req := require.New(t)

Expand Down

0 comments on commit 4c8b6ab

Please sign in to comment.