Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed Apr 14, 2020
1 parent ebc36e8 commit a958dfa
Show file tree
Hide file tree
Showing 5 changed files with 421 additions and 421 deletions.
2 changes: 1 addition & 1 deletion device_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var _ = Describe("Device", func() {
Make: "Apple",
Model: "iPhone",
OS: "iOS",
OSVersion: "6.1",
OSVersion: "6.1",
JS: 1,
ConnType: ConnTypeCell,
MCCMNC: "722-341",
Expand Down
2 changes: 1 addition & 1 deletion impression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var _ = Describe("Impression", func() {
Expect(subject).To(Equal(&Impression{
ID: "1",
Banner: &Banner{
Width: 300,
Width: 300,
Height: 250,
},
BidFloor: 0.03,
Expand Down
2 changes: 1 addition & 1 deletion native/response/response_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var _ = Describe("Response", func() {
It("should parse correctly", func() {
Expect(fixture("testdata/response1.json")).To(Equal(&Response{
Version: "1.1",
Version: "1.1",
ImpTrackers: []string{"http://imptracker.com"},
JSTracker: "<script>track()</script>",
Link: Link{
Expand Down
2 changes: 1 addition & 1 deletion native_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var _ = Describe("Native", func() {
It("should parse correctly", func() {
Expect(subject).To(Equal(&Native{
Request: json.RawMessage(`"PAYLOAD"`),
Version: "2",
Version: "2",
}))
})
})
Loading

0 comments on commit a958dfa

Please sign in to comment.