Skip to content

Commit

Permalink
Replace to 9999.9999.9999
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Sep 11, 2023
1 parent 169757a commit 16fc08d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions test/features/record/announcement_bar/announcement_bar_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
)),
),
sharedPreferencesProvider.overrideWith((ref) => sharedPreferences),
Expand Down Expand Up @@ -462,7 +462,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -599,7 +599,7 @@ void main() {
startDateTime: DateTime(2022, 8, 10, 0, 0, 0),
hexColor: '#111111',
imageURL: null,
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -807,7 +807,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -877,7 +877,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -947,7 +947,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -1079,7 +1079,7 @@ void main() {
AffiliateContent(imageURL: 'https://github.com/bannzai', destinationURL: 'https://github.com/bannzai'),
],
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -1152,7 +1152,7 @@ void main() {
AffiliateContent(imageURL: 'https://github.com/bannzai', destinationURL: 'https://github.com/bannzai'),
],
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand All @@ -1167,7 +1167,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -1245,7 +1245,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -1317,7 +1317,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -1389,7 +1389,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -1461,7 +1461,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -1533,7 +1533,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down Expand Up @@ -1605,7 +1605,7 @@ void main() {
hexColor: '#111111',
imageURL: null,
// 広告を表示する場合はパッケージバージョンよりもAffiliateのバージョンが高い場合は表示される
version: "999.999.999",
version: "9999.9999.9999",
),
),
),
Expand Down

0 comments on commit 16fc08d

Please sign in to comment.