Skip to content

Commit

Permalink
Merge pull request #303 from scylladb/dk/relocate_tests
Browse files Browse the repository at this point in the history
tests: relocate serialization tests
  • Loading branch information
dkropachev authored Oct 10, 2024
2 parents 2835527 + e660a14 commit 57a9143
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"gopkg.in/inf.v0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"net"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"net"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gocql_test
package serialization_test

import (
"math"
Expand Down

0 comments on commit 57a9143

Please sign in to comment.